Added node comms
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
#![no_std]
|
||||
|
||||
#[cfg(feature = "comms")]
|
||||
pub mod comms;
|
||||
#[cfg(feature = "stm32")]
|
||||
pub mod stm32;
|
||||
|
||||
pub use physical::CriticalError;
|
Reference in New Issue
Block a user