Skip to content

Commit

Permalink
♻️ Reorder uses
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Sep 7, 2024
1 parent e9d11cb commit f43c4d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

extern crate alloc;

use core::cell::RefCell;
use core::convert::Infallible;

use defmt_rtt as _;
use panic_probe as _;
use stm32f3xx_hal as hal;

use core::cell::RefCell;
use core::convert::Infallible;

use alloc::boxed::Box;

use cortex_m::interrupt::Mutex;
use embedded_alloc::LlffHeap;
use embedded_hal::digital::v2::{OutputPin, ToggleableOutputPin};
Expand Down

0 comments on commit f43c4d6

Please sign in to comment.