default example: reduce packet buffer size to 512b

This commit is contained in:
Oleg Hahm 2016-02-15 10:01:44 +01:00
parent 9db8d671ab
commit f89fbbcf41
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ ifneq (,$(filter $(BOARD),$(BOARD_PROVIDES_NETIF)))
USEMODULE += auto_init_gnrc_netif
# the application dumps received packets to stdout
USEMODULE += gnrc_pktdump
# We use only the lower layers of the GNRC network stack, hence, we can
# reduce the size of the packet buffer a bit
CFLAGS += -DGNRC_PKTBUF_SIZE=512
endif
FEATURES_OPTIONAL += config