SITL: Support both SBPv0 and SBPv2

This commit is contained in:
Niels Joubert 2017-04-04 17:00:44 -07:00 committed by Francisco Ferreira
parent 4bf9fc071c
commit abd408bf40

View File

@ -50,6 +50,7 @@ public:
GPS_TYPE_SBP = 6,
GPS_TYPE_FILE = 7,
GPS_TYPE_NOVA = 8,
GPS_TYPE_SBP2 = 9,
};
struct sitl_fdm state;