1
0
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:
Werner Backes 2012-05-02 00:09:49 +02:00 committed by James Cotton
parent f52f5b3d83
commit 22df8310c4

View File

@ -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)) {