Added node comms

This commit is contained in:
Zachary Sunforge
2024-06-22 22:49:15 -07:00
parent a95cb64941
commit c5257dd827
7 changed files with 69 additions and 6 deletions

View File

@ -1,3 +1,8 @@
#![no_std]
#[cfg(feature = "comms")]
pub mod comms;
#[cfg(feature = "stm32")]
pub mod stm32;
pub use physical::CriticalError;