stm32/usart: merge v2 and v3 (they're identical)

This commit is contained in:
Dario Nieuwenhuis 2021-07-15 00:48:41 +02:00
parent 71c8d7aa7d
commit 4361cb15f1
4 changed files with 43 additions and 160 deletions
embassy-stm32/src/usart

View file

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