Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Nov 26, 2024
1 parent 0b31655 commit fbe0fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/stm32f767zi/src/tasks/temperature.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use core::cell::RefCell;
use crate::io::Stm32f767ziI2c;
use core::cell::RefCell;
use defmt_rtt as _;
use embassy_stm32::i2c::I2c;
use embassy_stm32::time::Hertz;
Expand Down
2 changes: 1 addition & 1 deletion boards/stm32l476rg/src/tasks/temperature.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use core::cell::RefCell;
use crate::io::Stm32l476rgI2c;
use core::cell::RefCell;
use defmt_rtt as _;
use embassy_stm32::i2c::I2c;
use embassy_stm32::time::Hertz;
Expand Down

0 comments on commit fbe0fa6

Please sign in to comment.