Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Robert Hartung
ieee802154-radio-eval
Commits
de0b589b
Commit
de0b589b
authored
Jan 31, 2019
by
Robert Hartung
Browse files
adds warning to Makefile for missing NODE_ID
parent
fb4ea590
Changes
1
Hide whitespace changes
Inline
Side-by-side
software/Makefile
View file @
de0b589b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment