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

Fix nazagps mag

This commit is contained in:
Sami Korhonen 2016-01-01 18:17:28 +02:00 committed by Konstantin Sharlaimov (DigitalEntity)
parent 28672eb0c6
commit f49be6a928

View file

@ -102,7 +102,7 @@ static gpsProviderDescriptor_t gpsProviders[GPS_PROVIDER_COUNT] = {
/* NAZA GPS module */ /* NAZA GPS module */
#ifdef GPS_PROTO_NAZA #ifdef GPS_PROTO_NAZA
{ GPS_TYPE_SERIAL, MODE_RX, false, NULL, gpsHandleNAZA }, { GPS_TYPE_SERIAL, MODE_RX, true, NULL, gpsHandleNAZA },
#else #else
{ GPS_TYPE_NA, 0, false, NULL, NULL }, { GPS_TYPE_NA, 0, false, NULL, NULL },
#endif #endif