main: bump WATCHDOG_INTERVAL to 1s

required for running Channels.calibrate_dac_value()
pull/20/head
Astro 2020-09-10 23:28:00 +02:00
parent 42587810cd
commit 10208e1ac0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ mod channel_state;
const HSE: MegaHertz = MegaHertz(8);
#[cfg(not(feature = "semihosting"))]
const WATCHDOG_INTERVAL: u32 = 100;
const WATCHDOG_INTERVAL: u32 = 1_000;
#[cfg(feature = "semihosting")]
const WATCHDOG_INTERVAL: u32 = 30_000;