1
0
Fork 0
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:
Konstantin Sharlaimov 2016-05-16 08:46:30 +10:00
commit 9c9b79ee78
4 changed files with 2 additions and 11 deletions

View file

@ -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",