Skip to content

Commit

Permalink
AP_Vehicle: Add the ArduSub vehicle type.
Browse files Browse the repository at this point in the history
This also fixes the issue causing accel calibration to be unresponsive
in gcs.
  • Loading branch information
jaxxzer authored and tridge committed Feb 21, 2017
1 parent c15d729 commit 44c9efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Vehicle/AP_Vehicle_Type.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44c9efa

Please sign in to comment.