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:
Martine Lenders 2019-03-07 12:34:00 +01:00
parent 946b06e4f0
commit eff3b5ec28

View File

@ -22,9 +22,5 @@ RAM_START_ADDR ?= 0x20000000
LINKER_SCRIPT ?= cortexm.ld
ifneq (,$(filter nrf802154,$(USEMODULE)))
CFLAGS += -DGNRC_NETIF_MSG_QUEUE_SIZE=16
endif
include $(RIOTCPU)/nrf5x_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk