1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Change OFF to NONE

This commit is contained in:
KiteAnton 2016-01-31 20:35:33 +01:00 committed by borisbstyle
parent 6226ea4b98
commit c072ac265c

View file

@ -364,7 +364,7 @@ static const char * const lookupTableGyroLpf[] = {
static const char * const lookupTableAccHardware[] = {
"AUTO",
"OFF",
"NONE",
"ADXL345",
"MPU6050",
"MMA8452",
@ -377,7 +377,7 @@ static const char * const lookupTableAccHardware[] = {
static const char * const lookupTableBaroHardware[] = {
"AUTO",
"OFF",
"NONE",
"BMP085",
"MS5611",
"BMP280"
@ -385,7 +385,7 @@ static const char * const lookupTableBaroHardware[] = {
static const char * const lookupTableMagHardware[] = {
"AUTO",
"OFF",
"NONE",
"HMC5883",
"AK8975",
"AK8963"