mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +00:00
And another fix, should be the last failing example
This commit is contained in:
parent
371373886b
commit
8f3b6643b3
@ -31,7 +31,7 @@ use rand::RngCore;
|
|||||||
use static_cell::{ConstStaticCell, StaticCell};
|
use static_cell::{ConstStaticCell, StaticCell};
|
||||||
use {defmt_rtt as _, panic_probe as _};
|
use {defmt_rtt as _, panic_probe as _};
|
||||||
|
|
||||||
type UartAsyncMutex = mutex::Mutex<CriticalSectionRawMutex, UartTx<'static, UART0, uart::Async>>;
|
type UartAsyncMutex = mutex::Mutex<CriticalSectionRawMutex, UartTx<'static, uart::Async>>;
|
||||||
|
|
||||||
struct MyType {
|
struct MyType {
|
||||||
inner: u32,
|
inner: u32,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user