diff options
| author | Ulf Lilleengen <[email protected]> | 2025-05-09 19:34:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-09 19:34:52 +0200 |
| commit | f9f20ae2174cb26d0f8926207d179041cfec2d2e (patch) | |
| tree | b3c9c54c7a1b352180ee2e207bb6ef709ecccafe /examples/rp235x/src/bin/sharing.rs | |
| parent | 11364077a7bb6d14bd37567d17ddb21249409ec7 (diff) | |
| parent | 8f3b6643b311a5a16fe6a64227066627990452b9 (diff) | |
Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-type
[embassy-rp] Remove <T: Instance> from Uart and BufferedUart
Diffstat (limited to 'examples/rp235x/src/bin/sharing.rs')
| -rw-r--r-- | examples/rp235x/src/bin/sharing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/src/bin/sharing.rs b/examples/rp235x/src/bin/sharing.rs index 5416e20ce..497c4f845 100644 --- a/examples/rp235x/src/bin/sharing.rs +++ b/examples/rp235x/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, |
