We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e6da5 commit ec8dae2Copy full SHA for ec8dae2
2 files changed
task-06/Makefile
@@ -27,6 +27,5 @@ USEMODULE += auto_init_gnrc_netif
27
USEMODULE += gnrc_ipv6_default
28
USEMODULE += gnrc_icmpv6_echo
29
USEMODULE += gnrc_conn_udp
30
-USEMODULE += gnrc_txtsnd
31
32
include $(RIOTBASE)/Makefile.include
task-06/README.md
@@ -29,7 +29,6 @@ USEMODULE += gnrc_conn_udp
random_init initializes the PRNG
random_get returns 32 bit of pseudo randomness
ifconfig Configure network interfaces
- txtsnd Sends a custom string as is over the link layer
33
ncache manage neighbor cache by hand
34
routers IPv6 default router list
35
>
0 commit comments