Skip to content

Commit 595ff44

Browse files
committed
fixup! Fix wait_advregen_startup
1 parent 347fc6f commit 595ff44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ use core::ops::Deref;
1414
use cortex_m::asm;
1515
use embedded_hal::adc::{Channel, OneShot};
1616

17-
use crate::time::rate::{Generic, Hertz};
1817
use crate::time::duration::Microseconds;
1918
use crate::time::fixed_point::FixedPoint;
19+
use crate::time::rate::{Generic, Hertz};
2020

2121
use crate::gpio::{self, Analog};
2222
use crate::pac::RCC;

0 commit comments

Comments
 (0)