diff options
| author | Guilherme S. Salustiano <[email protected]> | 2024-02-07 18:25:06 +0100 |
|---|---|---|
| committer | Guilherme S. Salustiano <[email protected]> | 2024-02-07 18:25:06 +0100 |
| commit | ea8bfb4f382bddda2ca5fbe5ce4c595cd0421bd1 (patch) | |
| tree | 5b3a9850dac47518ff574b6631734b05ea08f78d /embassy-nrf | |
| parent | 3ad45655ecea36d54f8024b5fbdad461dc07ed69 (diff) | |
remove some supports
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" |
