Start work on CRC_v1

This commit is contained in:
Joshua Salzedo
2021-09-26 16:29:22 -07:00
parent f8d833e0c5
commit e527892d89
5 changed files with 27 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ pub mod sdmmc;
pub mod spi;
#[cfg(usart)]
pub mod usart;
#[cfg(crc)]
pub mod crc;
#[cfg(feature = "subghz")]
pub mod subghz;