Because IntelliJ makes life hard.
This commit is contained in:
parent
6a0b0f3162
commit
cf5b7dc943
1 changed files with 1 additions and 1 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Reference in a new issue