diff options
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 9c1211f0a..2b72debeb 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -152,7 +152,6 @@ pub mod spim; | |||
| 152 | #[cfg(not(feature = "_nrf54l"))] // TODO | 152 | #[cfg(not(feature = "_nrf54l"))] // TODO |
| 153 | #[cfg(not(feature = "_nrf51"))] | 153 | #[cfg(not(feature = "_nrf51"))] |
| 154 | pub mod spis; | 154 | pub mod spis; |
| 155 | #[cfg(not(feature = "_nrf54l"))] // TODO | ||
| 156 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] | 155 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] |
| 157 | pub mod temp; | 156 | pub mod temp; |
| 158 | #[cfg(not(feature = "_nrf54l"))] // TODO | 157 | #[cfg(not(feature = "_nrf54l"))] // TODO |
