nrf52/radio: remove redundant message queue definition
Now that `GNRC_NETIF_MSG_QUEUE_SIZE` is set to 16 by default, this command-line provided define is redundant.
This commit is contained in:
parent
946b06e4f0
commit
eff3b5ec28
@ -22,9 +22,5 @@ RAM_START_ADDR ?= 0x20000000
|
|||||||
|
|
||||||
LINKER_SCRIPT ?= cortexm.ld
|
LINKER_SCRIPT ?= cortexm.ld
|
||||||
|
|
||||||
ifneq (,$(filter nrf802154,$(USEMODULE)))
|
|
||||||
CFLAGS += -DGNRC_NETIF_MSG_QUEUE_SIZE=16
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(RIOTCPU)/nrf5x_common/Makefile.include
|
include $(RIOTCPU)/nrf5x_common/Makefile.include
|
||||||
include $(RIOTMAKE)/arch/cortexm.inc.mk
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user