Because IntelliJ makes life hard.

This commit is contained in:
Bob McWhirter 2021-06-30 10:03:18 -04:00
parent 6a0b0f3162
commit cf5b7dc943

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_v2, path = "v2.rs")]
mod _version;
use crate::peripherals;
pub use _version::*;