diff options
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index 0ea97aecf..9e99b2fbb 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -36,6 +36,7 @@ pub mod clocks; | |||
| 36 | pub mod flash; | 36 | pub mod flash; |
| 37 | pub mod multicore; | 37 | pub mod multicore; |
| 38 | mod reset; | 38 | mod reset; |
| 39 | pub mod watchdog; | ||
| 39 | 40 | ||
| 40 | // Reexports | 41 | // Reexports |
| 41 | 42 | ||
| @@ -119,6 +120,8 @@ embassy_hal_common::peripherals! { | |||
| 119 | 120 | ||
| 120 | PIO0, | 121 | PIO0, |
| 121 | PIO1, | 122 | PIO1, |
| 123 | |||
| 124 | WATCHDOG, | ||
| 122 | } | 125 | } |
| 123 | 126 | ||
| 124 | #[link_section = ".boot2"] | 127 | #[link_section = ".boot2"] |
