aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl
diff options
context:
space:
mode:
authorDirk Stolle <[email protected]>2023-05-08 23:25:01 +0200
committerDirk Stolle <[email protected]>2023-05-08 23:25:01 +0200
commit0584312ef0324d2ac67dbb9517176fabf628eec9 (patch)
tree1b6e67474474fad99e7035a8e8898f4fb78656ad /examples/stm32wl
parentd0703f83dbe0099c3dca0c912d873365a2188018 (diff)
Fix some typos
Diffstat (limited to 'examples/stm32wl')
-rw-r--r--examples/stm32wl/src/bin/uart_async.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wl/src/bin/uart_async.rs b/examples/stm32wl/src/bin/uart_async.rs
index f12fec4c8..ac8766af6 100644
--- a/examples/stm32wl/src/bin/uart_async.rs
+++ b/examples/stm32wl/src/bin/uart_async.rs
@@ -48,7 +48,7 @@ async fn main(_spawner: Spawner) {
48 //Write suc. 48 //Write suc.
49 } 49 }
50 Err(..) => { 50 Err(..) => {
51 //Wasnt able to write 51 //Wasn't able to write
52 } 52 }
53 } 53 }
54 } 54 }