This commit is contained in:
kalkyl
2023-01-03 23:34:50 +01:00
parent 9428c40c8d
commit 413f339489
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ impl Default for BootLoader {
}
}
/// A flash implementation that wraps FLASH and will pet a watchdog when touching flash.
/// A flash implementation that will feed a watchdog when touching flash.
pub struct WatchdogFlash<'d, const SIZE: usize> {
flash: Flash<'d, FLASH, SIZE>,
watchdog: Watchdog,