Skip to content

Commit 53d3151

Browse files
committed
fixup! Make test and examples compile
1 parent f88795d commit 53d3151

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/adc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ where
382382
.modify(|_, w| w.adcaldif().single_ended().adcal().calibration());
383383

384384
while self.adc.cr.read().adcal().is_calibration() {}
385-
defmt::info!("{}", &"hi");
386385
}
387386

388387
fn wait_adc_clk_cycles(&self, cycles: u32, clocks: Clocks) {

0 commit comments

Comments
 (0)