Slave module should be public
This commit is contained in:
parent
601d769e71
commit
1bacdc1411
@ -9,7 +9,7 @@ use crate::interrupt;
|
|||||||
mod _version;
|
mod _version;
|
||||||
pub use _version::*;
|
pub use _version::*;
|
||||||
|
|
||||||
mod v2slave;
|
pub mod v2slave;
|
||||||
|
|
||||||
use crate::peripherals;
|
use crate::peripherals;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user