mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
Merge pull request #211 from iNavFlight/gcc-6.1.1-tidyup
Clean up gcc 6.1.1 warnings, some minor tigying up
This commit is contained in:
commit
9c9b79ee78
4 changed files with 2 additions and 11 deletions
|
@ -373,10 +373,6 @@ static const char * const lookupTableSerialRX[] = {
|
|||
"IBUS"
|
||||
};
|
||||
|
||||
static const char * const lookupTableGyroFilter[] = {
|
||||
"OFF", "LOW", "MEDIUM", "HIGH"
|
||||
};
|
||||
|
||||
static const char * const lookupTableGyroLpf[] = {
|
||||
"256HZ",
|
||||
"188HZ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue