SITL: Adding GPS types for Swift Binary Protocol

This commit is contained in:
Niels Joubert 2014-04-03 15:48:40 -07:00 committed by Andrew Tridgell
parent 879eb5936b
commit 00064ac883
1 changed files with 2 additions and 1 deletions

View File

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