Skip to content

Commit

Permalink
🔥 Remove use prelude::*
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Sep 2, 2024
1 parent d2fa878 commit 4191a31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ use panic_semihosting as _;
use stm32f3xx_hal as hal;

use cortex_m_rt::entry;
use embedded_hal::digital::v2::{OutputPin, StatefulOutputPin, ToggleableOutputPin};
use hal::gpio::GpioExt;
use hal::pac;
use hal::prelude::*;
use hal::rcc::RccExt;

#[entry]
fn main() -> ! {
Expand Down

0 comments on commit 4191a31

Please sign in to comment.