diff options
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index c63bfd995..0ca328138 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -51,8 +51,8 @@ pub use nrf52840_hal as hal; | |||
| 51 | // This mod MUST go first, so that the others see its macros. | 51 | // This mod MUST go first, so that the others see its macros. |
| 52 | pub(crate) mod fmt; | 52 | pub(crate) mod fmt; |
| 53 | 53 | ||
| 54 | //pub mod buffered_uarte; | 54 | pub mod buffered_uarte; |
| 55 | //pub mod gpiote; | 55 | pub mod gpiote; |
| 56 | pub mod interrupt; | 56 | pub mod interrupt; |
| 57 | #[cfg(feature = "52840")] | 57 | #[cfg(feature = "52840")] |
| 58 | pub mod qspi; | 58 | pub mod qspi; |
