mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
msp and other small fixes
This commit is contained in:
parent
b414be320f
commit
c26428232a
7 changed files with 58 additions and 54 deletions
|
@ -473,7 +473,7 @@ static const char * const lookupTableOffOnAuto[] = {
|
|||
};
|
||||
|
||||
const char* const lookupTableFeedforwardAveraging[] = {
|
||||
"NONE", "2_POINT", "3_POINT", "4_POINT"
|
||||
"OFF", "2_POINT", "3_POINT", "4_POINT"
|
||||
};
|
||||
|
||||
static const char* const lookupTableDshotBitbangedTimer[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue