diff options
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index ebec9fec6..45156458d 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -33,7 +33,7 @@ pub mod watchdog; | |||
| 33 | // TODO: move `pio_instr_util` and `relocate` to inside `pio` | 33 | // TODO: move `pio_instr_util` and `relocate` to inside `pio` |
| 34 | pub mod pio; | 34 | pub mod pio; |
| 35 | pub mod pio_instr_util; | 35 | pub mod pio_instr_util; |
| 36 | pub mod relocate; | 36 | pub(crate) mod relocate; |
| 37 | 37 | ||
| 38 | // Reexports | 38 | // Reexports |
| 39 | pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; | 39 | pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; |
