Skip to content

Commit

Permalink
AP_GPS: increase the RTCM buffer length to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Dec 10, 2023
1 parent 60ceaec commit 9fc0d4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/AP_GPS/RTCM3_Parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
#pragma once
#include <stdint.h>

#define RTCM3_MAX_PACKET_LEN 300
#define RTCM3_MAX_PACKET_LEN 1024

class RTCM3_Parser {
public:
// process one byte, return true if packet found
Expand Down

0 comments on commit 9fc0d4e

Please sign in to comment.