fix: remove unused ringbuffer code

This commit is contained in:
Ulf Lilleengen
2023-10-12 20:54:26 +02:00
parent e9b1904db8
commit 7f6fe93f55
2 changed files with 0 additions and 137 deletions

View File

@ -10,7 +10,6 @@ pub mod drop;
mod macros;
mod peripheral;
pub mod ratio;
pub mod ring_buffer;
pub use peripheral::{Peripheral, PeripheralRef};
#[cfg(feature = "cortex-m")]