GPS: suppress compile warning
This commit is contained in:
parent
be6089e903
commit
8aa7a3cffc
@ -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
Block a user