1
0
Fork 0
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:
Steffen Windoffer 2017-12-21 23:18:26 +01:00
parent 9e26a9822b
commit cc3e0f7605

View file

@ -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",