Skip to content

Commit 14fc32e

Browse files
committed
Update Tasks.ino
1 parent f39a26c commit 14fc32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/Tasks.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ void processUart1Message(SEMP_PARSE_STATE *parse, uint16_t type)
463463

464464
// Determine if this message should be processed by the Unicore library
465465
// Pass NMEA to um980 before applying compensation
466-
if (gnssPlatform == PLATFORM_UM980)
466+
if (present.gnss_um980)
467467
{
468468
if ((type == RTK_UNICORE_BINARY_PARSER_INDEX) || (type == RTK_UNICORE_HASH_PARSER_INDEX) ||
469469
(type == RTK_NMEA_PARSER_INDEX))

0 commit comments

Comments
 (0)