Skip to content
Snippets Groups Projects
Commit de0b589b authored by Robert Hartung's avatar Robert Hartung
Browse files

adds warning to Makefile for missing NODE_ID

parent fb4ea590
Branches master
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ CFLAGS += -DDEBUG_ASSERT_VERBOSE
CFLAGS += -DGNRC_PKTBUF_SIZE=512
CFLAGS += -DSHELL_NO_ECHO -DSHELL_NO_PROMPT
ifeq ($(NODE_ID),0)
$(warning WARNING: NODE_ID equals zero. Please change for real experiment.)
endif
BAUD := 9600
CFLAGS += -DUART_STDIO_BAUDRATE=9600
......
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