aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
diff options
context:
space:
mode:
authorGuilherme S. Salustiano <[email protected]>2024-02-12 13:21:01 +0100
committerGuilherme S. Salustiano <[email protected]>2024-02-12 13:21:01 +0100
commitb4f0f575388df405e4e7330f2e8cdac30c4d60d9 (patch)
tree3ed5107d822c03910c1062995c557857893244f2 /embassy-nrf/src/lib.rs
parentfdb15b205424e71107f18b43553d43691f3d8fb7 (diff)
remove first person comments
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"))]