mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Fixed typo in comment
This commit is contained in:
parent
f52f5b3d83
commit
22df8310c4
@ -343,7 +343,7 @@ bool NMEA_update_position(char *nmea_sentence, GPSPositionData *GpsData)
|
||||
#ifdef DEBUG_MGSID_IN
|
||||
DEBUG_MSG("%s %d ", params[0], parser->cnt);
|
||||
#endif
|
||||
// Send the message to then parser and get it update the GpsData
|
||||
// Send the message to the parser and get it update the GpsData
|
||||
bool gpsDataUpdated = false;
|
||||
|
||||
if (!parser->handler(GpsData, &gpsDataUpdated, params, nbParams)) {
|
||||
|
Loading…
Reference in New Issue
Block a user