]> git.droids-corp.org - protos/xbee-avr.git/blobdiff - commands.c
add a complete rc_proto stack (not tested)
[protos/xbee-avr.git] / commands.c
index b64dfb1cf60580ac04715b1b7b46e7ff331bc363..f525e5fc56fef387cb450532d0031859b537c6b3 100644 (file)
@@ -667,7 +667,7 @@ static void cmd_send_hello_parsed(void *parsed_result, void *use_neigh)
                if (diff < res->period)
                        continue;
 
-               rc_proto_send_hello(addr, res->data, strlen(res->data));
+               rc_proto_send_hello(addr, res->data, strlen(res->data), -1);
                next += res->period;
                res->count--;
        }