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:
parent
8dd8e3969f
commit
b168b33448
5 changed files with 30 additions and 15 deletions
|
@ -515,7 +515,7 @@ static const char * const lookupTableRcInterpolation[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTableLowpassType[] = {
|
||||
"NORMAL", "HIGH"
|
||||
"NORMAL", "HIGH", "DENOISE"
|
||||
};
|
||||
|
||||
static const char * const lookupTableFailsafe[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue