Skip to content

Commit

Permalink
rtlog: increase log msg length to 120
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jan 15, 2020
1 parent d806b7e commit 8ca9699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libubx/ubx_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum {
TYPE_HASH_LEN = 16, /* md5 */
TYPE_HASH_LEN_UNIQUE = 8, /* Number of characters of the
type checksum to compare */
LOG_MSG_MAXLEN = 80,
LOG_MSG_MAXLEN = 120,
};

struct ubx_type;
Expand Down

0 comments on commit 8ca9699

Please sign in to comment.