Skip to content

Commit 554f375

Browse files
committed
Of course cargo-fmt requires alphabetical ordering of imports...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent cb8bc0b commit 554f375

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
@@ -42,7 +42,7 @@ const VTEMPCAL30: *const u16 = 0x1FFF_F7B8 as *const u16;
4242
const VTEMPCAL110: *const u16 = 0x1FFF_F7C2 as *const u16;
4343
const VDD_CALIB: u16 = 3300;
4444

45-
use core::{ptr, default};
45+
use core::{default, ptr};
4646

4747
use embedded_hal::{
4848
adc::{Channel, OneShot},

0 commit comments

Comments
 (0)