Skip to content

Commit 6cea8c1

Browse files
Fix typo in comment for led_blink task (#10)
1 parent 3755f55 commit 6cea8c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lab04/src/bin/ex2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async fn main(spawner: Spawner) {
4747
// The green LED is connected to D11 (PA7).
4848
let led_green = Output::new(peripherals.PA7, Level::High, Speed::Low);
4949

50-
// Start a `led_blink` tasks that run in parallel with the `main` (this) task.
50+
// Start the `led_blink` tasks that run in parallel with the `main` (this) task.
5151
// The tasks receive two parameters that represents the LED and
5252
// the blink frequency.
5353
//

0 commit comments

Comments
 (0)