1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/gnrc_udp: remove od from used modules

The test does not use the module, it is merely used as a dependency for
`gnrc_pktbuf_cmd`.
This commit is contained in:
Martine Lenders 2021-11-17 15:51:48 +01:00
parent 5a84a2513f
commit 35b7ea44ac
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -8,7 +8,6 @@ USEMODULE += gnrc_pktbuf_cmd
USEMODULE += gnrc_udp
USEMODULE += gnrc_rpl
USEMODULE += auto_init_gnrc_rpl
USEMODULE += od
USEMODULE += gnrc_icmpv6_echo
USEMODULE += shell
USEMODULE += shell_commands