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

examples/sniffer: fix deprecated shell_commands

This commit is contained in:
krzysztof-cabaj 2022-10-17 15:46:23 -04:00
parent 68b9637295
commit 19e9b8eeef

View File

@ -13,7 +13,7 @@ USEMODULE += gnrc
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += shell_cmds_default
USEMODULE += ps
USEMODULE += ztimer64_usec