watchdog

Macro watchdog 

Source
macro_rules! watchdog {
    ($timeout_ms:expr) => { ... };
}
Expand description

Create a Watchdog that works in both heap and zero-heap modes.