1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 17:01:19 +01:00

test/ieee802154_hal/Makefile: add shell_commands

This commit is contained in:
Jose Alamos 2021-09-29 11:18:52 +02:00 committed by Francisco Molina
parent d12d514d7c
commit 88aaec38e5
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ USEMODULE += od
USEMODULE += luid
USEMODULE += ieee802154
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += event_thread_highest
USEMODULE += event_callback

View File

@ -4,6 +4,7 @@ CONFIG_MODULE_OD=y
CONFIG_MODULE_LUID=y
CONFIG_MODULE_IEEE802154=y
CONFIG_MODULE_SHELL=y
CONFIG_MODULE_SHELL_COMMANDS=y
CONFIG_MODULE_PS=y
CONFIG_MODULE_EVENT=y