Browse Source

SITL: Adding Swift Binary Protocol GPS type

mission-4.1.18
Niels Joubert 11 years ago committed by Andrew Tridgell
parent
commit
161b5f99b3
  1. 3
      libraries/SITL/SITL.h

3
libraries/SITL/SITL.h

@ -39,7 +39,8 @@ public: @@ -39,7 +39,8 @@ public:
GPS_TYPE_MTK = 2,
GPS_TYPE_MTK16 = 3,
GPS_TYPE_MTK19 = 4,
GPS_TYPE_NMEA = 5
GPS_TYPE_NMEA = 5,
GPS_TYPE_SBP = 6
};
struct sitl_fdm state;

Loading…
Cancel
Save