diff options
| author | Marc <[email protected]> | 2025-05-02 12:52:04 +0200 |
|---|---|---|
| committer | Marc <[email protected]> | 2025-05-02 12:52:04 +0200 |
| commit | 1efe59ec475aa38948d1fc95feb34860f08c8dcd (patch) | |
| tree | 44cbe968776fee914f087232cb445a492e4caa33 /examples/rp/src/bin/uart_unidir.rs | |
| parent | 2fd803f7c336dd6aa042c34e11e213e6e4eb13ad (diff) | |
Update examples and tests
Diffstat (limited to 'examples/rp/src/bin/uart_unidir.rs')
| -rw-r--r-- | examples/rp/src/bin/uart_unidir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/uart_unidir.rs b/examples/rp/src/bin/uart_unidir.rs index a45f40756..c2c8dfad8 100644 --- a/examples/rp/src/bin/uart_unidir.rs +++ b/examples/rp/src/bin/uart_unidir.rs | |||
| @@ -39,7 +39,7 @@ async fn main(spawner: Spawner) { | |||
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | #[embassy_executor::task] | 41 | #[embassy_executor::task] |
| 42 | async fn reader(mut rx: UartRx<'static, UART1, Async>) { | 42 | async fn reader(mut rx: UartRx<'static, Async>) { |
| 43 | info!("Reading..."); | 43 | info!("Reading..."); |
| 44 | loop { | 44 | loop { |
| 45 | // read a total of 4 transmissions (32 / 8) and then print the result | 45 | // read a total of 4 transmissions (32 / 8) and then print the result |
