1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

GPS over MSP related fixes

This commit is contained in:
Alex Wolf 2018-08-28 14:57:01 -04:00
parent 9ef901f251
commit 7115ab4047
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[] = {