Skip to content

Commit

Permalink
MAXRAWLEN 4096 -> 8192.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomojitakasu committed Jan 30, 2018
1 parent 37093a0 commit 91eb763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtklib.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ extern "C" {
#define MAXSTRRTK 8 /* max number of stream in RTK server */
#define MAXSBSMSG 32 /* max number of SBAS msg in RTK server */
#define MAXSOLMSG 4096 /* max length of solution message */
#define MAXRAWLEN 4096 /* max length of receiver raw message */
#define MAXRAWLEN 8192 /* max length of receiver raw message */
#define MAXERRMSG 4096 /* max length of error/warning message */
#define MAXANT 64 /* max length of station name/antenna type */
#define MAXSOLBUF 256 /* max number of solution buffer */
Expand Down

0 comments on commit 91eb763

Please sign in to comment.