diff options
| author | Jacob Rosenthal <[email protected]> | 2021-12-14 16:53:13 -0700 |
|---|---|---|
| committer | Jacob Rosenthal <[email protected]> | 2021-12-14 16:53:13 -0700 |
| commit | 2a6d92d641672a7fd81cca23c1b54a611aeea2e3 (patch) | |
| tree | 5c138f215a696882bbcda7358f0c417315ece950 | |
| parent | 5f0fefbd25333d11b6e4feb6450228c78524acd1 (diff) | |
cleanup
| -rw-r--r-- | embassy-nrf/src/chips/nrf52840.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-nrf/src/chips/nrf52840.rs b/embassy-nrf/src/chips/nrf52840.rs index 6e5e8ed9f..f5b90cd5a 100644 --- a/embassy-nrf/src/chips/nrf52840.rs +++ b/embassy-nrf/src/chips/nrf52840.rs | |||
| @@ -7,7 +7,6 @@ pub const FORCE_COPY_BUFFER_SIZE: usize = 512; | |||
| 7 | pub const FLASH_SIZE: usize = 1024 * 1024; | 7 | pub const FLASH_SIZE: usize = 1024 * 1024; |
| 8 | 8 | ||
| 9 | embassy_hal_common::peripherals! { | 9 | embassy_hal_common::peripherals! { |
| 10 | |||
| 11 | // RTC | 10 | // RTC |
| 12 | RTC0, | 11 | RTC0, |
| 13 | RTC1, | 12 | RTC1, |
