ao-tools: Add GPS and rssi printing to ao-telem
[fw/altos] / ao-tools / lib / cc-telemetry.c
index 2cdb9cac82be6444aeccf269c6e10242d3a635a8..99da2680c1cdca4fe3be0a9143a7e4f1781b7a67 100644 (file)
@@ -57,6 +57,6 @@ cc_telemetry_parse(const char *input_line, union ao_telemetry_all *telemetry)
        }
        if (hex[0] != 34)
                return FALSE;
-       memcpy(telemetry, hex+1, 32);
+       memcpy(telemetry, hex+1, 34);
        return TRUE;
 }