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 de60af890..35099d07b 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -54,7 +54,7 @@ pub mod pio; | |||
| 54 | pub(crate) mod relocate; | 54 | pub(crate) mod relocate; |
| 55 | 55 | ||
| 56 | // Reexports | 56 | // Reexports |
| 57 | pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; | 57 | pub use embassy_hal_internal::{Peri, PeripheralType}; |
| 58 | #[cfg(feature = "unstable-pac")] | 58 | #[cfg(feature = "unstable-pac")] |
| 59 | pub use rp_pac as pac; | 59 | pub use rp_pac as pac; |
| 60 | #[cfg(not(feature = "unstable-pac"))] | 60 | #[cfg(not(feature = "unstable-pac"))] |
