Skip to main content

tinyboot_ch32_hal/usart/
mod.rs

1#[cfg_attr(usart_common, path = "usart_common.rs")]
2mod family;
3
4pub use family::*;