As before, EVERY DANG TIME.

It'll be sweet with intellij-rust-plugin works better.
This commit is contained in:
Bob McWhirter 2021-07-21 16:50:38 -04:00
parent a63847944f
commit f1a3e0e05d

View file

@ -1,8 +1,8 @@
#![macro_use]
#[cfg_attr(spi_v1, path = "v1.rs")]
//#[cfg_attr(spi_v2, path = "v2.rs")]
//#[cfg_attr(spi_v3, path = "v3.rs")]
#[cfg_attr(spi_v2, path = "v2.rs")]
#[cfg_attr(spi_v3, path = "v3.rs")]
mod _version;
use crate::{dma, peripherals, rcc::RccPeripheral};
pub use _version::*;