1
0
Fork 0
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:
ctzsnooze 2021-05-20 23:46:44 +10:00
parent b414be320f
commit c26428232a
7 changed files with 58 additions and 54 deletions

View file

@ -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[] = {