Skip to content

Commit ccdfee6

Browse files
authored
Merge pull request #63 from miri64/slides/fix/led
slides: update LED0_TOGGLE header
2 parents f08a3f2 + fdedeca commit ccdfee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slides/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ foobar
151151
```
152152

153153
## Task 2.2 -- Control the hardware
154-
* `board.h` defines a macro `LED0_TOGGLE` to toggle the primary LED on the board.
154+
* `led.h` defines a macro `LED0_TOGGLE` to toggle the primary LED on the board.
155155
* Write a command handler `toggle` in main.c that toggles the primary LED on the board
156156

157157
# Multithreading

0 commit comments

Comments
 (0)