Skip to content

Commit 7c01410

Browse files
task-07: correct url
1 parent 1788638 commit 7c01410

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

task-07/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ping6 <RIOT-IPv6-addr>%tapbr0
2020
Note: on MAC use `bridge0` instead of `tapbr0`.
2121

2222
## 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)
23+
* Add the `gnrc_udp` module to the application's
24+
[Makefile](https://github.com/RIOT-OS/RIOT/blob/master/examples/gnrc_minimal/Makefile)
2525
* To be able to receive packets, a [message queue](http://doc.riot-os.org/group__net__gnrc.html) must be
2626
created using [msg_init_queue](https://doc.riot-os.org/group__core__msg.html#ga480e6f32c8ab18579b62a890f3fda2cd):
2727

0 commit comments

Comments
 (0)