Enable RCC within the USART itself.

This commit is contained in:
Bob McWhirter
2021-06-30 09:57:27 -04:00
parent e1736114d4
commit 6a0b0f3162
2 changed files with 2 additions and 5 deletions

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::*;