mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
MGP_V5: build fix for csm_quick
This commit is contained in:
parent
7310dc5a8c
commit
fbaf06c386
1 changed files with 2 additions and 1 deletions
|
@ -108,10 +108,11 @@ static const void *writeLedColor(displayPort_t *pDisp, const OSD_Entry *self) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
static const char * const osdTableThrottleLimitType[] = {
|
static const char * const osdTableThrottleLimitType[] = {
|
||||||
"OFF", "SCALE", "CLIP"
|
"OFF", "SCALE", "CLIP"
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
static const char * const lookupTableLedstripColors[COLOR_COUNT] = {
|
static const char * const lookupTableLedstripColors[COLOR_COUNT] = {
|
||||||
"DEFAULT",
|
"DEFAULT",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue