aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarc <[email protected]>2025-05-02 14:36:08 +0200
committerMarc <[email protected]>2025-05-02 14:36:08 +0200
commit8f3b6643b311a5a16fe6a64227066627990452b9 (patch)
tree5f79a624379c1f0e94267b1efd6162aedf6a864a /examples
parent371373886bb6cfa2a082835d87786a2916c74562 (diff)
And another fix, should be the last failing example
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/src/bin/sharing.rs2
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;
31use static_cell::{ConstStaticCell, StaticCell}; 31use static_cell::{ConstStaticCell, StaticCell};
32use {defmt_rtt as _, panic_probe as _}; 32use {defmt_rtt as _, panic_probe as _};
33 33
34type UartAsyncMutex = mutex::Mutex<CriticalSectionRawMutex, UartTx<'static, UART0, uart::Async>>; 34type UartAsyncMutex = mutex::Mutex<CriticalSectionRawMutex, UartTx<'static, uart::Async>>;
35 35
36struct MyType { 36struct MyType {
37 inner: u32, 37 inner: u32,