argh, intellij.

This commit is contained in:
Bob McWhirter 2021-07-01 11:37:01 -04:00
parent 83cd120ff8
commit 8f94123ca4

View File

@ -1,7 +1,7 @@
#![macro_use]
//#[cfg_attr(usart_v1, path = "v1.rs")]
//#[cfg_attr(usart_v2, path = "v2.rs")]
#[cfg_attr(usart_v1, path = "v1.rs")]
#[cfg_attr(usart_v2, path = "v2.rs")]
#[cfg_attr(usart_v3, path = "v3.rs")]
mod _version;
use crate::peripherals;