Skip to content
Snippets Groups Projects
Commit 4334ac0d authored by Oleg Hahm's avatar Oleg Hahm
Browse files

examples: rpl_udp: initialize state variable

parent 88831f08
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ void rpl_udp_init(int argc, char **argv) ...@@ -104,7 +104,7 @@ void rpl_udp_init(int argc, char **argv)
if (command != 'h') { if (command != 'h') {
DEBUGF("Initializing RPL for interface 0\n"); DEBUGF("Initializing RPL for interface 0\n");
uint8_t state; uint8_t state = SIXLOWERROR_VALUE;
if (command == 'n') { if (command == 'n') {
/* /*
* no global address specified, we'll use auto address config * no global address specified, we'll use auto address config
......
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