1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #6084 from miri64/tests/fix/gnrc_sock_udp-resize-pktbuf

tests: resize packet buffer for gnrc_sock_udp test
This commit is contained in:
Martine Lenders 2016-11-08 21:52:53 +01:00 committed by GitHub
commit 34319b2964

View File

@ -10,7 +10,7 @@ USEMODULE += gnrc_ipv6
USEMODULE += ps
CFLAGS += -DDEVELHELP
CFLAGS += -DGNRC_PKTBUF_SIZE=200
CFLAGS += -DGNRC_PKTBUF_SIZE=400
CFLAGS += -DTEST_SUITES
QUIET ?= 1