Remove embassy_hal_common::peripheral_shared

This commit is contained in:
Dario Nieuwenhuis
2021-07-29 13:49:39 +02:00
parent 01e0a3928f
commit e13774574f
2 changed files with 0 additions and 123 deletions

View File

@ -6,7 +6,6 @@ pub(crate) mod fmt;
pub mod interrupt;
mod macros;
pub mod peripheral;
pub mod peripheral_shared;
pub mod ring_buffer;
pub mod usb;