mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: Add the ArduSub vehicle type.
This also fixes the issue causing accel calibration to be unresponsive in gcs.
This commit is contained in:
parent
c15d7299fa
commit
44c9efad50
|
@ -27,6 +27,7 @@
|
|||
#define APM_BUILD_AntennaTracker 4
|
||||
#define APM_BUILD_UNKNOWN 5
|
||||
#define APM_BUILD_Replay 6
|
||||
#define APM_BUILD_ArduSub 7
|
||||
|
||||
/*
|
||||
using this macro catches cases where we try to check vehicle type on
|
||||
|
|
Loading…
Reference in New Issue