Skip to content
Snippets Groups Projects
Commit abf6c3e5 authored by kYc0o's avatar kYc0o
Browse files

tests/driver_xbee: add DEVELHELP to catch non-valid configs

parent 2bee616c
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,11 @@ CFLAGS += -DXBEE_UART=$(XBEE_UART) ...@@ -24,6 +24,11 @@ CFLAGS += -DXBEE_UART=$(XBEE_UART)
# No need of big buffer for this test # No need of big buffer for this test
CFLAGS += -DGNRC_PKTBUF_SIZE=512 CFLAGS += -DGNRC_PKTBUF_SIZE=512
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process:
CFLAGS += -DDEVELHELP
# add current directory to the include path. Putting it in CFLAGS will make # add current directory to the include path. Putting it in CFLAGS will make
# it go to the beginning, before the standard includes. # it go to the beginning, before the standard includes.
# That way xbee_params.h get's included and auto configuration can pick it up. # That way xbee_params.h get's included and auto configuration can pick it up.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment