mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
fix const adjustment lable
This commit is contained in:
parent
9e26a9822b
commit
cc3e0f7605
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ static const adjustmentConfig_t defaultAdjustmentConfigs[ADJUSTMENT_FUNCTION_COU
|
|||
};
|
||||
|
||||
#if defined(USE_OSD) && defined(USE_OSD_ADJUSTMENTS)
|
||||
static const char *adjustmentLabels[] = {
|
||||
static const char * const adjustmentLabels[] = {
|
||||
"RC RATE",
|
||||
"RC EXPO",
|
||||
"THROTTLE EXPO",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue