macro_rules! watchdog {
($timeout_ns:expr) => { ... };
}Expand description
Create a crate::Watchdog that works in both heap and zero-heap modes.
The argument is the timeout in milliseconds, matching
crate::Watchdog::new.
macro_rules! watchdog {
($timeout_ns:expr) => { ... };
}Create a crate::Watchdog that works in both heap and zero-heap modes.
The argument is the timeout in milliseconds, matching
crate::Watchdog::new.