Skip to content

Commit 627a8e1

Browse files
committed
bsp(feather_m4)!: Fixes a minor compiler warning in the adc example.
1 parent 5052b5f commit 627a8e1

File tree

1 file changed

+1
-1
lines changed
  • boards/feather_m4/examples

1 file changed

+1
-1
lines changed

boards/feather_m4/examples/adc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use bsp::Pins;
1717
use pac::{CorePeripherals, Peripherals};
1818

1919
use hal::{
20-
adc::{Accumulation, Adc, Prescaler, Resolution},
20+
adc::{Accumulation, Prescaler},
2121
clock::v2::{clock_system_at_reset, pclk::Pclk},
2222
};
2323

0 commit comments

Comments
 (0)