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 3755f55 commit 6cea8c1Copy full SHA for 6cea8c1
1 file changed
lab04/src/bin/ex2.rs
@@ -47,7 +47,7 @@ async fn main(spawner: Spawner) {
47
// The green LED is connected to D11 (PA7).
48
let led_green = Output::new(peripherals.PA7, Level::High, Speed::Low);
49
50
- // Start a `led_blink` tasks that run in parallel with the `main` (this) task.
+ // Start the `led_blink` tasks that run in parallel with the `main` (this) task.
51
// The tasks receive two parameters that represents the LED and
52
// the blink frequency.
53
//
0 commit comments