Skip to content

Commit

Permalink
tests/driver_xbee: add DEVELHELP to catch non-valid configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kYc0o committed Jan 20, 2017
1 parent 2bee616 commit abf6c3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/driver_xbee/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ CFLAGS += -DXBEE_UART=$(XBEE_UART)
# No need of big buffer for this test
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
# it go to the beginning, before the standard includes.
# That way xbee_params.h get's included and auto configuration can pick it up.
Expand Down

0 comments on commit abf6c3e

Please sign in to comment.