We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb3830 + 75f4fb0 commit db96448Copy full SHA for db96448
1 file changed
task-02/README.md
@@ -27,6 +27,8 @@ static const shell_command_t shell_commands[] = {
27
/* ... */
28
```
29
30
+Please note, that the list of shell commands must be terminated with an empty entry.
31
+
32
## Task 2.2: Control the hardware
33
1. Include the [`led.h`](http://doc.riot-os.org/led_8h.html) file to get access
34
to the `LED0_TOGGLE` macro.
0 commit comments