Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Jun 5, 2023
1 parent cbed4ed commit 87cfaec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions examples/panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ use panic_probe as _;

use stm32g4 as _;



#[defmt::panic_handler]
fn panic() -> ! {
cortex_m::asm::udf()
Expand Down
5 changes: 1 addition & 4 deletions examples/spi-sd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ use hal::stm32::Peripherals;

use stm32g4xx_hal as hal;

use embedded_sdmmc::{
TimeSource, Timestamp,
};
use embedded_sdmmc::{TimeSource, Timestamp};

use cortex_m_rt::entry;


#[macro_use]
mod utils;

Expand Down

0 comments on commit 87cfaec

Please sign in to comment.