mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-03 15:14:40 +00:00
Do not build radio for nrf5340-app
This commit is contained in:
parent
5408f21e99
commit
5b5d54c0c7
@ -47,7 +47,7 @@ pub mod gpio;
|
|||||||
pub mod gpiote;
|
pub mod gpiote;
|
||||||
|
|
||||||
// TODO: tested on other chips
|
// TODO: tested on other chips
|
||||||
#[cfg(not(any(feature = "_nrf9160")))]
|
#[cfg(not(any(feature = "_nrf9160", feature = "_nrf5340-app")))]
|
||||||
pub mod radio;
|
pub mod radio;
|
||||||
|
|
||||||
#[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840"))]
|
#[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840"))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user