Rename embassy-extras to embassy-hal-common
This commit is contained in:
@ -42,7 +42,7 @@ mod _version;
|
||||
pub use _version::*;
|
||||
|
||||
use crate::peripherals;
|
||||
use embassy_extras::unsafe_impl_unborrow;
|
||||
use embassy_hal_common::unsafe_impl_unborrow;
|
||||
|
||||
pub(crate) mod sealed {
|
||||
pub trait Channel {}
|
||||
|
Reference in New Issue
Block a user