Skip to content

Commit db96448

Browse files
authored
Merge pull request #22 from RIOT-OS/OlegHahm-patch-1
task-02: small amendment to the README
2 parents fbb3830 + 75f4fb0 commit db96448

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

task-02/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ static const shell_command_t shell_commands[] = {
2727
/* ... */
2828
```
2929

30+
Please note, that the list of shell commands must be terminated with an empty entry.
31+
3032
## Task 2.2: Control the hardware
3133
1. Include the [`led.h`](http://doc.riot-os.org/led_8h.html) file to get access
3234
to the `LED0_TOGGLE` macro.

0 commit comments

Comments
 (0)