diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib.rs b/src/lib.rs index e3e603ef2..fd7d3cd07 100644 --- a/src/lib.rs +++ b/src/lib.rs | |||
| @@ -16,19 +16,7 @@ pub mod ostimer; | |||
| 16 | pub mod rtc; | 16 | pub mod rtc; |
| 17 | pub mod uart; | 17 | pub mod uart; |
| 18 | 18 | ||
| 19 | embassy_hal_internal::peripherals!( | 19 | embassy_hal_internal::peripherals!(PORT1, PORT2, PORT3, LPUART2, OSTIMER0, GPIO, PIO2_2, PIO2_3, GPIO3, RTC0, ADC1,); |
| 20 | PORT1, | ||
| 21 | PORT2, | ||
| 22 | PORT3, | ||
| 23 | LPUART2, | ||
| 24 | OSTIMER0, | ||
| 25 | GPIO, | ||
| 26 | PIO2_2, | ||
| 27 | PIO2_3, | ||
| 28 | GPIO3, | ||
| 29 | RTC0, | ||
| 30 | ADC1, | ||
| 31 | ); | ||
| 32 | 20 | ||
| 33 | /// Get access to the PAC Peripherals for low-level register access. | 21 | /// Get access to the PAC Peripherals for low-level register access. |
| 34 | /// This is a lazy-initialized singleton that can be called after init(). | 22 | /// This is a lazy-initialized singleton that can be called after init(). |
