mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +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:
|
case 1:
|
||||||
MtkSend_CFG(MTK_DIY_OUTPUT_RATE);
|
MtkSend_CFG(MTK_DIY_OUTPUT_RATE);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return TRUE; /* Continue, except for the last case */
|
return TRUE; /* Continue, except for the last case */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user