Do not build radio for nrf5340-app

This commit is contained in:
Erik Bånvik 2024-03-05 11:58:32 +01:00
parent 5408f21e99
commit 5b5d54c0c7

View file

@ -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"))]