Do not build radio for nrf5340-app
This commit is contained in:
parent
5408f21e99
commit
5b5d54c0c7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ pub mod gpio;
|
|||
pub mod gpiote;
|
||||
|
||||
// TODO: tested on other chips
|
||||
#[cfg(not(any(feature = "_nrf9160")))]
|
||||
#[cfg(not(any(feature = "_nrf9160", feature = "_nrf5340-app")))]
|
||||
pub mod radio;
|
||||
|
||||
#[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840"))]
|
||||
|
|
Loading…
Reference in a new issue