From eff3b5ec28faed9aedcef626a57c3ecd6033e754 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Thu, 7 Mar 2019 12:34:00 +0100 Subject: [PATCH] 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. --- cpu/nrf52/Makefile.include | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpu/nrf52/Makefile.include b/cpu/nrf52/Makefile.include index 0bf5dfcb0e..5712804a6d 100644 --- a/cpu/nrf52/Makefile.include +++ b/cpu/nrf52/Makefile.include @@ -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