mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
214 B
Makefile
6 lines
214 B
Makefile
USEMODULE += gnrc_priority_pktqueue
|
|
USEMODULE += gnrc_mac
|
|
|
|
# Set CFLAGS if not being set via Kconfig
|
|
CFLAGS += $(if $(CONFIG_KCONFIG_MODULE_GNRC_MAC),,-DGNRC_MAC_TX_QUEUE_SIZE=4 -DCONFIG_GNRC_MAC_NEIGHBOR_COUNT=4)
|