aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorkalkyl <[email protected]>2023-01-03 23:34:50 +0100
committerkalkyl <[email protected]>2023-01-03 23:34:50 +0100
commit413f33948927b4b82a7a9cdd835d226a69fdcefc (patch)
tree299eeb3483cf6ecce67e651a66d8bf13378de8e2 /embassy-boot
parent9428c40c8de1285271a5e6ba9ad2a7fed8a9475e (diff)
Cleanup
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/rp/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/rp/src/lib.rs b/embassy-boot/rp/src/lib.rs
index 6eb429aaa..6df34133e 100644
--- a/embassy-boot/rp/src/lib.rs
+++ b/embassy-boot/rp/src/lib.rs
@@ -93,7 +93,7 @@ impl Default for BootLoader {
93 } 93 }
94} 94}
95 95
96/// A flash implementation that wraps FLASH and will pet a watchdog when touching flash. 96/// A flash implementation that will feed a watchdog when touching flash.
97pub struct WatchdogFlash<'d, const SIZE: usize> { 97pub struct WatchdogFlash<'d, const SIZE: usize> {
98 flash: Flash<'d, FLASH, SIZE>, 98 flash: Flash<'d, FLASH, SIZE>,
99 watchdog: Watchdog, 99 watchdog: Watchdog,