Skip to content

Commit

Permalink
Remove unused embedded_hal::OutputPin
Browse files Browse the repository at this point in the history
  • Loading branch information
AfoHT committed Jan 17, 2024
1 parent 0f444a2 commit 2b39a01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtic_v0.5/stm32f3_blinky/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![no_std]

extern crate panic_semihosting;
use embedded_hal::digital::v2::OutputPin;
use rtic::app;
use rtic::cyccnt::U32Ext;
use stm32f3xx_hal::gpio::{gpioe::PE10, Output, PushPull};
Expand Down

0 comments on commit 2b39a01

Please sign in to comment.