aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x/src/bin/uart_unidir.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp235x/src/bin/uart_unidir.rs')
-rw-r--r--examples/rp235x/src/bin/uart_unidir.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/src/bin/uart_unidir.rs b/examples/rp235x/src/bin/uart_unidir.rs
index 4e98f9e1e..45c9c8407 100644
--- a/examples/rp235x/src/bin/uart_unidir.rs
+++ b/examples/rp235x/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]
42async fn reader(mut rx: UartRx<'static, UART1, Async>) { 42async 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