Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
snowwolf007cn committed Apr 26, 2024
1 parent 23447ef commit 786289a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ch72_detecting_vibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ fn main() -> ! {
let dp = Peripherals::take().unwrap();
let pins = pins!(dp);

// let tilt = pins.d3.into_floating_input();
let mut led = pins.d13.into_output();

dp.EXINT.eicra.write(|w| w.isc1().bits(0x03));
Expand Down

0 comments on commit 786289a

Please sign in to comment.