Skip to content

Commit 6efc298

Browse files
authored
Merge pull request #26 from schwert/master
Fixes missing txtsnd command from task-05 and task-06
2 parents df79250 + ec8dae2 commit 6efc298

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

task-05/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ USEMODULE += shell
2020
USEMODULE += shell_commands
2121
USEMODULE += ps
2222
USEMODULE += gnrc_pktdump
23+
USEMODULE += gnrc_txtsnd
2324
USEMODULE += gnrc_netdev_default
2425
USEMODULE += auto_init_gnrc_netif
2526

task-06/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ USEMODULE += gnrc_conn_udp
2929
random_init initializes the PRNG
3030
random_get returns 32 bit of pseudo randomness
3131
ifconfig Configure network interfaces
32-
txtsnd Sends a custom string as is over the link layer
3332
ncache manage neighbor cache by hand
3433
routers IPv6 default router list
3534
>

0 commit comments

Comments
 (0)