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