1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Cleanup Denoise Code

This commit is contained in:
borisbstyle 2016-10-08 01:49:10 +02:00
parent 8dd8e3969f
commit b168b33448
5 changed files with 30 additions and 15 deletions

View file

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