Skip to content

Commit

Permalink
chore(wdt): finish documenting const
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Aug 23, 2024
1 parent 104d2de commit 683dfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wdt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::pac::WDT;
use crate::scu::PeripheralClock;
use crate::scu::{Clock, PeripheralReset, Scu};

///
/// Bit value to clear alarms
const ALARM_CLEAR: u32 = 2;

///Key applied to watchdog when serviced to reset timers.
Expand Down

0 comments on commit 683dfc5

Please sign in to comment.