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

add new gps type

This commit is contained in:
dongie 2013-11-02 11:14:25 +09:00
parent 77d455f82b
commit 1990c6a67e
2 changed files with 3 additions and 1 deletions

View file

@ -46,6 +46,7 @@ typedef enum {
SENSOR_MAG = 1 << 3,
SENSOR_SONAR = 1 << 4,
SENSOR_GPS = 1 << 5,
SENSOR_GPSMAG = 1 << 6,
} AvailableSensors;
// Type of accelerometer used/detected
@ -88,6 +89,7 @@ typedef enum {
GPS_UBLOX,
GPS_MTK_NMEA,
GPS_MTK_BINARY,
GPS_MAG_BINARY,
} GPSHardware;
typedef enum {