Skip to content

Commit ba723e1

Browse files
dbrgnrnestler
authored andcommitted
Don't expose serial module directoy
1 parent fe13ba7 commit ba723e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ use cast::{u32, u64};
2929
use i2cdev::core::I2CDevice;
3030
use spidev::SpidevTransfer;
3131

32-
pub mod serial_impl;
32+
mod serial;
33+
34+
pub use serial::Serial;
3335

3436
/// Empty struct that provides delay functionality on top of `thread::sleep`
3537
pub struct Delay;
File renamed without changes.

0 commit comments

Comments
 (0)