forked from M-Labs/thermostat
main: bump WATCHDOG_INTERVAL to 1s
required for running Channels.calibrate_dac_value()
This commit is contained in:
parent
42587810cd
commit
10208e1ac0
|
@ -57,7 +57,7 @@ mod channel_state;
|
||||||
|
|
||||||
const HSE: MegaHertz = MegaHertz(8);
|
const HSE: MegaHertz = MegaHertz(8);
|
||||||
#[cfg(not(feature = "semihosting"))]
|
#[cfg(not(feature = "semihosting"))]
|
||||||
const WATCHDOG_INTERVAL: u32 = 100;
|
const WATCHDOG_INTERVAL: u32 = 1_000;
|
||||||
#[cfg(feature = "semihosting")]
|
#[cfg(feature = "semihosting")]
|
||||||
const WATCHDOG_INTERVAL: u32 = 30_000;
|
const WATCHDOG_INTERVAL: u32 = 30_000;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue