diff options
| author | kalkyl <[email protected]> | 2023-01-03 23:34:50 +0100 |
|---|---|---|
| committer | kalkyl <[email protected]> | 2023-01-03 23:34:50 +0100 |
| commit | 413f33948927b4b82a7a9cdd835d226a69fdcefc (patch) | |
| tree | 299eeb3483cf6ecce67e651a66d8bf13378de8e2 /embassy-boot | |
| parent | 9428c40c8de1285271a5e6ba9ad2a7fed8a9475e (diff) | |
Cleanup
Diffstat (limited to 'embassy-boot')
| -rw-r--r-- | embassy-boot/rp/src/lib.rs | 2 |
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. |
| 97 | pub struct WatchdogFlash<'d, const SIZE: usize> { | 97 | pub struct WatchdogFlash<'d, const SIZE: usize> { |
| 98 | flash: Flash<'d, FLASH, SIZE>, | 98 | flash: Flash<'d, FLASH, SIZE>, |
| 99 | watchdog: Watchdog, | 99 | watchdog: Watchdog, |
