mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
removed a warning about missing default case
This commit is contained in:
@@ -386,6 +386,8 @@ static bool_t user_gps_configure(bool_t cpt) {
|
||||
case 1:
|
||||
MtkSend_CFG(MTK_DIY_OUTPUT_RATE);
|
||||
return FALSE;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return TRUE; /* Continue, except for the last case */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user