Browse Source

AP_Vehicle: added AP_Periph vehicle type

master
Andrew Tridgell 6 years ago
parent
commit
88fbbfba09
  1. 1
      libraries/AP_Vehicle/AP_Vehicle_Type.h

1
libraries/AP_Vehicle/AP_Vehicle_Type.h

@ -27,6 +27,7 @@
#define APM_BUILD_Replay 6 #define APM_BUILD_Replay 6
#define APM_BUILD_ArduSub 7 #define APM_BUILD_ArduSub 7
#define APM_BUILD_iofirmware 8 #define APM_BUILD_iofirmware 8
#define APM_BUILD_AP_Periph 9
/* /*
using this macro catches cases where we try to check vehicle type on using this macro catches cases where we try to check vehicle type on

Loading…
Cancel
Save