diff options
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 04a6293a4..132bffa8b 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -47,7 +47,7 @@ pub mod gpio; | |||
| 47 | pub mod gpiote; | 47 | pub mod gpiote; |
| 48 | 48 | ||
| 49 | // TODO: tested on other chips | 49 | // TODO: tested on other chips |
| 50 | #[cfg(any(feature = "nrf52840"))] | 50 | #[cfg(any(feature = "nrf52833", feature = "nrf52840"))] |
| 51 | pub mod radio; | 51 | pub mod radio; |
| 52 | 52 | ||
| 53 | #[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840"))] | 53 | #[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840"))] |
