altos: Make cmd number parsing functions return value
[fw/altos] / src / kernel / ao_send_packet.c
index 3206b2d6d1cd4f2ad4f0fb8fa0c6a161cb454d66..cae25151f4db99077a061123f2bb69792bba3c3a 100644 (file)
@@ -29,8 +29,7 @@ ao_send_packet(void)
        uint8_t b;
        uint8_t i;
 
-       ao_cmd_hex();
-       count = ao_cmd_lex_i;
+       count = ao_cmd_hex();
        if (ao_cmd_status != ao_cmd_success)
                return;
        if (count > AO_MAX_SEND - 2) {