mirror of https://github.com/ArduPilot/ardupilot
GPS: suppress compile warning
This commit is contained in:
parent
04f7a07bad
commit
4d9325c582
|
@ -148,6 +148,7 @@ bool AP_GPS_NMEA::_decode(char c)
|
|||
switch (c) {
|
||||
case ',': // term terminators
|
||||
_parity ^= c;
|
||||
/* no break */
|
||||
case '\r':
|
||||
case '\n':
|
||||
case '*':
|
||||
|
|
Loading…
Reference in New Issue