Skip to content

Commit ab8d7fc

Browse files
committed
Cargo fmt
1 parent c6e4ffc commit ab8d7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rp235x-hal-examples/src/bin/pio_putget.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
use rp235x_hal as hal;
99

1010
use hal::gpio::{FunctionPio0, Pin};
11+
use hal::pio::Buffers;
1112
use hal::pio::PIOExt;
1213
use hal::Sio;
13-
use hal::pio::Buffers;
1414

1515
// Ensure we halt the program on panic (if we don't mention this crate it won't
1616
// be linked)

0 commit comments

Comments
 (0)