Skip to content

Commit 6a83a52

Browse files
committed
Remove commented code
This must be a remnant from when I originally worked on this.
1 parent f2c2056 commit 6a83a52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rtc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ impl timer::Cancel for WakeupTimer<'_> {
549549

550550
// Clear wakeup timer flag
551551
rtc.isr.modify(|_, w| w.wutf().clear_bit());
552-
// while self.rtc.isr.read().wutf().bit_is_set() {}
553552

554553
// According to the reference manual, section 26.7.4, the WUTF flag
555554
// must be cleared at least 1.5 RTCCLK periods "before WUTF is set

0 commit comments

Comments
 (0)