diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-07 01:46:57 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-07 01:47:20 +0200 |
| commit | d4ed8e5779d5e09ea57728a48fc8654d93b786f8 (patch) | |
| tree | 227f634813e4d9001f6d78d1fe8f3f2484fff1d5 /embassy-rp/src/lib.rs | |
| parent | 3e054a6f0d3ba018315f7cb7f0a373221e15737a (diff) | |
rp/bootsel: change it to a method on the peripheral.
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index fb9189203..2728395b2 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -194,6 +194,7 @@ embassy_hal_internal::peripherals! { | |||
| 194 | PIO1, | 194 | PIO1, |
| 195 | 195 | ||
| 196 | WATCHDOG, | 196 | WATCHDOG, |
| 197 | BOOTSEL, | ||
| 197 | } | 198 | } |
| 198 | 199 | ||
| 199 | macro_rules! select_bootloader { | 200 | macro_rules! select_bootloader { |
