mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
remove some double const
This commit is contained in:
parent
6ed62b5761
commit
92f343909b
2 changed files with 3 additions and 3 deletions
|
@ -199,7 +199,7 @@ static const adjustmentConfig_t defaultAdjustmentConfigs[ADJUSTMENT_FUNCTION_COU
|
|||
};
|
||||
|
||||
#if defined(USE_OSD) && defined(USE_OSD_ADJUSTMENTS)
|
||||
static const char const *adjustmentLabels[] = {
|
||||
static const char *adjustmentLabels[] = {
|
||||
"RC RATE",
|
||||
"RC EXPO",
|
||||
"THROTTLE EXPO",
|
||||
|
@ -226,7 +226,7 @@ static const char const *adjustmentLabels[] = {
|
|||
"HORIZON STRENGTH",
|
||||
};
|
||||
|
||||
const char const *adjustmentRangeName;
|
||||
const char *adjustmentRangeName;
|
||||
int adjustmentRangeValue = -1;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue