embassy/embassy-stm32/src/crc/mod.rs

5 lines
122 B
Rust
Raw Normal View History

2021-09-27 01:29:22 +02:00
#[cfg_attr(crc_v1, path = "v1.rs")]
#[cfg_attr(crc_v2, path = "v2.rs")]
#[cfg_attr(crc_v3, path = "v3.rs")]
2021-09-27 01:46:17 +02:00
mod _version;