rp: switch to released rp-pac v1.0

This commit is contained in:
Dario Nieuwenhuis
2023-04-16 23:59:26 +02:00
parent 1fdce6e52a
commit a258e15c23
2 changed files with 3 additions and 4 deletions

View File

@ -44,9 +44,9 @@ pub use embassy_cortex_m::executor;
pub use embassy_cortex_m::interrupt::_export::interrupt;
pub use embassy_hal_common::{into_ref, Peripheral, PeripheralRef};
#[cfg(feature = "unstable-pac")]
pub use rp2040_pac2 as pac;
pub use rp_pac as pac;
#[cfg(not(feature = "unstable-pac"))]
pub(crate) use rp2040_pac2 as pac;
pub(crate) use rp_pac as pac;
embassy_hal_common::peripherals! {
PIN_0,