mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Added shadow copies for CLI and MSP.
This commit is contained in:
parent
985a9208d5
commit
6de1c32d9d
56 changed files with 277 additions and 222 deletions
|
@ -357,7 +357,7 @@ static void showProfilePage(void)
|
|||
#ifdef USE_GPS
|
||||
static void showGpsPage(void)
|
||||
{
|
||||
if (!featureConfigured(FEATURE_GPS)) {
|
||||
if (!featureIsEnabled(FEATURE_GPS)) {
|
||||
pageState.pageFlags |= PAGE_STATE_FLAG_FORCE_PAGE_CHANGE;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue