add missing default: in switch

This commit is contained in:
Pascal Brisset
2010-04-27 10:19:48 +00:00
parent aa4fdcd523
commit d03408b7d2
+2
View File
@@ -349,6 +349,8 @@ void parse_ubx( uint8_t c ) {
gps_msg_received = TRUE;
goto restart;
break;
default:
goto error;
}
return;
error: