First pass at CRC_V1

This commit is contained in:
Joshua Salzedo
2021-09-26 16:46:17 -07:00
parent e527892d89
commit e18a27eea2
5 changed files with 45 additions and 10 deletions

View File

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