stm32/usart: merge v2 and v3 (they're identical)
This commit is contained in:
parent
71c8d7aa7d
commit
4361cb15f1
4 changed files with 43 additions and 160 deletions
embassy-stm32/src/usart
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue