diff options
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 0f64f30f2..767293230 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -47,11 +47,11 @@ pub mod gpio; | |||
| 47 | pub mod gpiote; | 47 | pub mod gpiote; |
| 48 | 48 | ||
| 49 | #[cfg(any( | 49 | #[cfg(any( |
| 50 | feature = "nrf52805", | 50 | //feature = "nrf52805", |
| 51 | feature = "nrf52810", | 51 | //feature = "nrf52810", |
| 52 | feature = "nrf52811", | 52 | feature = "nrf52811", |
| 53 | feature = "nrf52820", | 53 | feature = "nrf52820", |
| 54 | feature = "nrf52832", | 54 | //feature = "nrf52832", |
| 55 | feature = "nrf52833", | 55 | feature = "nrf52833", |
| 56 | feature = "nrf52840", | 56 | feature = "nrf52840", |
| 57 | feature = "_nrf5340-net" | 57 | feature = "_nrf5340-net" |
