fix: add re-export
This commit is contained in:
parent
b3aa8ea46a
commit
f43340db30
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue