mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-19 06:15:14 +03:00
Fix nazagps mag
This commit is contained in:
parent
28672eb0c6
commit
f49be6a928
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ static gpsProviderDescriptor_t gpsProviders[GPS_PROVIDER_COUNT] = {
|
|||
|
||||
/* NAZA GPS module */
|
||||
#ifdef GPS_PROTO_NAZA
|
||||
{ GPS_TYPE_SERIAL, MODE_RX, false, NULL, gpsHandleNAZA },
|
||||
{ GPS_TYPE_SERIAL, MODE_RX, true, NULL, gpsHandleNAZA },
|
||||
#else
|
||||
{ GPS_TYPE_NA, 0, false, NULL, NULL },
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue