add a complete rc_proto stack (not tested)
[protos/xbee-avr.git] / commands.c
index b64dfb1..f525e5f 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--;
        }