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) {
|
switch (c) {
|
||||||
case ',': // term terminators
|
case ',': // term terminators
|
||||||
_parity ^= c;
|
_parity ^= c;
|
||||||
|
/* no break */
|
||||||
case '\r':
|
case '\r':
|
||||||
case '\n':
|
case '\n':
|
||||||
case '*':
|
case '*':
|
||||||
|
|
Loading…
Reference in New Issue