We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fde475 + 7c01410 commit 7e27f09Copy full SHA for 7e27f09
1 file changed
task-07/README.md
@@ -20,8 +20,8 @@ ping6 <RIOT-IPv6-addr>%tapbr0
20
Note: on MAC use `bridge0` instead of `tapbr0`.
21
22
## Task 7.2: Extend `gnrc_minimal` application
23
-* Add the `gnrc_udp` module to the application's [Makefile]
24
- (https://github.com/RIOT-OS/RIOT/blob/master/examples/gnrc_minimal/Makefile)
+* Add the `gnrc_udp` module to the application's
+[Makefile](https://github.com/RIOT-OS/RIOT/blob/master/examples/gnrc_minimal/Makefile)
25
* To be able to receive packets, a [message queue](http://doc.riot-os.org/group__net__gnrc.html) must be
26
created using [msg_init_queue](https://doc.riot-os.org/group__core__msg.html#ga480e6f32c8ab18579b62a890f3fda2cd):
27
0 commit comments