Skip to content

Commit 4c4b8fa

Browse files
committed
Remove adc1_2
1 parent 7c2477f commit 4c4b8fa

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
@@ -20,7 +20,7 @@ use crate::time::fixed_point::FixedPoint;
2020

2121
use crate::gpio::{self, Analog};
2222
use crate::pac::RCC;
23-
use crate::pac::{adc1, adc1_2};
23+
use crate::pac::adc1;
2424
use crate::pac::{
2525
adc1::{cfgr::ALIGN_A, smpr1::SMP9_A, smpr2::SMP18_A},
2626
adc1_2::ccr::CKMODE_A,

0 commit comments

Comments
 (0)