1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Allow I2C GPS to be selected in CLI

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2015-11-25 15:00:26 +10:00
parent ccf318003e
commit 68abea6a04

View file

@ -323,7 +323,7 @@ static const char * const lookupTableAlignment[] = {
#ifdef GPS #ifdef GPS
static const char * const lookupTableGPSProvider[] = { static const char * const lookupTableGPSProvider[] = {
"NMEA", "UBLOX" "NMEA", "UBLOX", "I2C"
}; };
static const char * const lookupTableGPSSBASMode[] = { static const char * const lookupTableGPSSBASMode[] = {