diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-24 20:19:34 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-24 21:23:54 +0100 |
| commit | db0f4a0b91cc89aef58a6345743fb51ffe1be3a4 (patch) | |
| tree | ee5c17d87b7d7ab20c853dcfa89512bffdecd9e4 /embassy-nrf/src/chips | |
| parent | 85d7779668ce14abbde4cd8fb1ea9395df529206 (diff) | |
cleanup
Diffstat (limited to 'embassy-nrf/src/chips')
| -rw-r--r-- | embassy-nrf/src/chips/nrf51.rs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/embassy-nrf/src/chips/nrf51.rs b/embassy-nrf/src/chips/nrf51.rs index f5db4b847..e7147ac93 100644 --- a/embassy-nrf/src/chips/nrf51.rs +++ b/embassy-nrf/src/chips/nrf51.rs | |||
| @@ -102,9 +102,11 @@ embassy_hal_internal::peripherals! { | |||
| 102 | TEMP, | 102 | TEMP, |
| 103 | } | 103 | } |
| 104 | 104 | ||
| 105 | // impl_timer!(TIMER0, TIMER0, TIMER0); | 105 | impl_timer!(TIMER0, TIMER0, TIMER0); |
| 106 | // impl_timer!(TIMER1, TIMER1, TIMER1); | 106 | impl_timer!(TIMER1, TIMER1, TIMER1); |
| 107 | // impl_timer!(TIMER2, TIMER2, TIMER2); | 107 | impl_timer!(TIMER2, TIMER2, TIMER2); |
| 108 | |||
| 109 | impl_rng!(RNG, RNG, RNG); | ||
| 108 | 110 | ||
| 109 | impl_pin!(P0_00, 0, 0); | 111 | impl_pin!(P0_00, 0, 0); |
| 110 | impl_pin!(P0_01, 0, 1); | 112 | impl_pin!(P0_01, 0, 1); |
