mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[rtcm] fix offset increment
This commit is contained in:
@@ -117,7 +117,7 @@ static void ivy_send_message(uint8_t packet_id, uint8_t len, uint8_t msg[])
|
|||||||
|
|
||||||
printf_debug("%s\n\n", gps_packet);
|
printf_debug("%s\n\n", gps_packet);
|
||||||
IvySendMsg("%s", gps_packet);
|
IvySendMsg("%s", gps_packet);
|
||||||
offset += (packet_size-5);
|
offset += (packet_size-6);
|
||||||
|
|
||||||
if (logger == TRUE) {
|
if (logger == TRUE) {
|
||||||
pFile = fopen("./RTCM3_log.txt", "a");
|
pFile = fopen("./RTCM3_log.txt", "a");
|
||||||
|
|||||||
Reference in New Issue
Block a user