Skip to content

Commit 52f6482

Browse files
committed
rustfmt fixup
1 parent 9e78543 commit 52f6482

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/rp/src/bin/adc.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ teleprobe_meta::target!(b"pimoroni-pico-plus-2");
77

88
use defmt::*;
99
use embassy_executor::Spawner;
10-
use embassy_rp::adc::Sample;
11-
use embassy_rp::adc::{Adc, Channel, Config, InterruptHandler};
10+
use embassy_rp::adc::{Adc, Channel, Config, InterruptHandler, Sample};
1211
use embassy_rp::bind_interrupts;
1312
use embassy_rp::gpio::Pull;
1413
use embassy_rp::gpio::{Level, Output};

0 commit comments

Comments
 (0)