fix: add re-export
This commit is contained in:
@@ -16,6 +16,8 @@ use static_pins::StaticPinOps;
|
||||
|
||||
mod structures;
|
||||
|
||||
pub use structures::ring_buffer::*;
|
||||
|
||||
pub type PollResult = Result<(), PollError>;
|
||||
pub type ReadByteResult = Result<u8, CorruptedData>;
|
||||
pub type CorruptedData = (u8, u8);
|
||||
|
||||
Reference in New Issue
Block a user