diff options
| author | Guilherme S. Salustiano <[email protected]> | 2024-02-12 13:21:01 +0100 |
|---|---|---|
| committer | Guilherme S. Salustiano <[email protected]> | 2024-02-12 13:21:01 +0100 |
| commit | b4f0f575388df405e4e7330f2e8cdac30c4d60d9 (patch) | |
| tree | 3ed5107d822c03910c1062995c557857893244f2 /embassy-nrf/src/lib.rs | |
| parent | fdb15b205424e71107f18b43553d43691f3d8fb7 (diff) | |
remove first person comments
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 3 |
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")] |
| 47 | pub mod gpiote; | 47 | pub 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"))] | ||
| 50 | pub mod radio; | 51 | pub mod radio; |
| 51 | 52 | ||
| 52 | #[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840"))] | 53 | #[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840"))] |
