1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Merge branch 'master' into development

This commit is contained in:
borisbstyle 2016-10-08 02:00:08 +02:00
commit 81623d4ac7
7 changed files with 32 additions and 16 deletions

View file

@ -532,7 +532,7 @@ static const char * const lookupTableRcInterpolation[] = {
};
static const char * const lookupTableLowpassType[] = {
"NORMAL", "HIGH"
"NORMAL", "HIGH", "DENOISE"
};
static const char * const lookupTableFailsafe[] = {