stm32/usart: expose all functionality as inherent methods.
This commit is contained in:
@ -9,7 +9,6 @@ use embassy::executor::Spawner;
|
||||
use embassy_stm32::dma::NoDma;
|
||||
use embassy_stm32::usart::{Config, Uart};
|
||||
use embassy_stm32::Peripherals;
|
||||
use embassy_traits::uart::Write as _Write;
|
||||
use example_common::*;
|
||||
|
||||
use heapless::String;
|
||||
|
Reference in New Issue
Block a user