diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-05-13 22:33:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-13 22:33:56 +0200 |
| commit | 102258c0b07ca581d5dabdbd540febd54c0f4443 (patch) | |
| tree | 05765308bab9131f93cd23e1aa5fe306122e8db7 /examples/rp/src/bin/sharing.rs | |
| parent | 8e7e4332b40707e8d36338ad8ec486320bb3538f (diff) | |
| parent | aa85293457039a336eec1f10bcd32d47d7223f95 (diff) | |
Merge branch 'main' into add-rng
Diffstat (limited to 'examples/rp/src/bin/sharing.rs')
| -rw-r--r-- | examples/rp/src/bin/sharing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/sharing.rs b/examples/rp/src/bin/sharing.rs index 5416e20ce..497c4f845 100644 --- a/examples/rp/src/bin/sharing.rs +++ b/examples/rp/src/bin/sharing.rs | |||
| @@ -31,7 +31,7 @@ use rand::RngCore; | |||
| 31 | use static_cell::{ConstStaticCell, StaticCell}; | 31 | use static_cell::{ConstStaticCell, StaticCell}; |
| 32 | use {defmt_rtt as _, panic_probe as _}; | 32 | use {defmt_rtt as _, panic_probe as _}; |
| 33 | 33 | ||
| 34 | type UartAsyncMutex = mutex::Mutex<CriticalSectionRawMutex, UartTx<'static, UART0, uart::Async>>; | 34 | type UartAsyncMutex = mutex::Mutex<CriticalSectionRawMutex, UartTx<'static, uart::Async>>; |
| 35 | 35 | ||
| 36 | struct MyType { | 36 | struct MyType { |
| 37 | inner: u32, | 37 | inner: u32, |
