diff options
| author | James Munns <[email protected]> | 2025-11-14 15:37:48 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-11-14 15:37:48 +0100 |
| commit | 9b91d886e6a5067d6a553715a053db653af55ca6 (patch) | |
| tree | 1155ea138e59f0babec1bb331ab5b48ec0029da7 /src/lib.rs | |
| parent | 9f889d015ef5d373343ad6c769824e28be780e53 (diff) | |
Cargo fmt
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(). |
