Skip to content

Commit 953c33d

Browse files
committed
Remove NMEA word from debug print
1 parent 2ff602e commit 953c33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Extensible_Message_Parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ void sempParseNextByte(SEMP_PARSE_STATE *parse, uint8_t data)
351351
if (parse->length >= parse->bufferLength)
352352
{
353353
// Message too long
354-
sempPrintf(parse->printError, "SEMP %s NMEA: Message too long, increase the buffer size > %d",
354+
sempPrintf(parse->printError, "SEMP %s: Message too long, increase the buffer size > %d",
355355
parse->parserName,
356356
parse->bufferLength);
357357

0 commit comments

Comments
 (0)