Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 16, 2023
1 parent 75289a5 commit e14c5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/flash_with_rtic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ mod app {
use crate::utils::logger;
use stm32g4xx_hal::flash::{FlashExt, FlashSize, FlashWriter, Parts};
use stm32g4xx_hal::prelude::*;
use stm32g4xx_hal::rcc::{PllConfig, RccExt};
use stm32g4xx_hal::pwr::PwrExt;
use stm32g4xx_hal::rcc::{PllConfig, RccExt};

const LOG_LEVEL: log::LevelFilter = log::LevelFilter::Info;

Expand Down
2 changes: 1 addition & 1 deletion examples/uart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use hal::{rcc, stm32};
use stm32g4xx_hal as hal;

use cortex_m_rt::entry;
use utils::logger::info;
use nb::block;
use utils::logger::info;

#[macro_use]
mod utils;
Expand Down

0 comments on commit e14c5a1

Please sign in to comment.