1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Merge pull request #6662 from awolf78/master

GPS over MSP related fixes
This commit is contained in:
Michael Keller 2018-09-03 10:12:24 +12:00 committed by GitHub
commit a8b92ea920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 6 deletions

View file

@ -166,7 +166,7 @@ static const char * const lookupTableGyro[] = {
#ifdef USE_GPS
static const char * const lookupTableGPSProvider[] = {
"NMEA", "UBLOX"
"NMEA", "UBLOX", "MSP"
};
static const char * const lookupTableGPSSBASMode[] = {