Skip to content

Commit 7dd5b11

Browse files
authored
Merge pull request #794 from edgecase14/lband-msg
make log message match L-band disable function name
2 parents fad6ae4 + e5fffc4 commit 7dd5b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Surveyor/ZED.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ bool zedDisableLBandCommunication()
9797
}
9898
else
9999
{
100-
systemPrintln("zedEnableLBandCorrections: Unknown platform");
100+
systemPrintln("zedDisableLBandCorrections: Unknown platform");
101101
return (false);
102102
}
103103

@@ -106,4 +106,4 @@ bool zedDisableLBandCommunication()
106106
#endif
107107

108108
return (response);
109-
}
109+
}

0 commit comments

Comments
 (0)