stm32/usart: merge v2 and v3 (they're identical)
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
#[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;
|
||||
pub use _version::*;
|
||||
|
Reference in New Issue
Block a user