We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e9f43 commit 62b25cbCopy full SHA for 62b25cb
1 file changed
lab02/src/bin/ex9.rs
@@ -67,7 +67,7 @@ async fn display_symbol(leds: &mut [Output<'_>; 3], morse_symbol: char) {
67
// and it will panic if it tries to execute it.
68
_ => panic!("Unknown mores code symbol {}", morse_symbol),
69
}
70
- Timer::after_secs(500).await;
+ Timer::after_millis(500).await;
71
72
// Turn off all the LEDs
73
//
0 commit comments