Skip to content

Commit

Permalink
Make formatter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakov512 committed Feb 20, 2024
1 parent 3571393 commit b907991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/adc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ use defmt_rtt as _;
use panic_probe as _;

use bsp::hal::{
clocks::{init_clocks_and_plls, Clock},
watchdog::Watchdog,
adc::{Adc, AdcPin},
clocks::{init_clocks_and_plls, Clock},
pac,
sio::Sio,
watchdog::Watchdog,
};
use defmt::info;
use embedded_hal::adc::OneShot;
Expand Down

0 comments on commit b907991

Please sign in to comment.