Small tweaks

This commit is contained in:
PaulZC
2022-01-12 18:02:50 +00:00
parent 185c6c200a
commit 34b982841a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2252,7 +2252,7 @@ struct nmeaAutomaticFlags
// The max length for NMEA messages should be 82 bytes, but GGA messages can exceed that if they include the
// extra decimal places for "High Precision".
//
// To be safe, let's allocate 90 bytes to store the message
// To be safe, let's allocate 90 bytes to store the GGA message
const uint8_t NMEA_GGA_MAX_LENGTH = 90;