GPS: suppress compile warning

This commit is contained in:
Randy Mackay 2015-07-29 16:52:37 +09:00
parent 04f7a07bad
commit 4d9325c582
1 changed files with 1 additions and 0 deletions

View File

@ -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 '*':