Add back in the other versions of SPI.
This commit is contained in:
parent
bee7f60f08
commit
6dbe049468
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#![macro_use]
|
||||
|
||||
//#[cfg_attr(spi_v1, path = "v1.rs")]
|
||||
#[cfg_attr(spi_v1, path = "v1.rs")]
|
||||
#[cfg_attr(spi_v2, path = "v2.rs")]
|
||||
//#[cfg_attr(spi_v3, path = "v3.rs")]
|
||||
#[cfg_attr(spi_v3, path = "v3.rs")]
|
||||
mod _version;
|
||||
use crate::{dma, peripherals, rcc::RccPeripheral};
|
||||
pub use _version::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue