mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: added iofirmware vehicle type
This commit is contained in:
parent
db9912fd58
commit
ac3da71efd
|
@ -26,6 +26,7 @@
|
|||
#define APM_BUILD_UNKNOWN 5
|
||||
#define APM_BUILD_Replay 6
|
||||
#define APM_BUILD_ArduSub 7
|
||||
#define APM_BUILD_iofirmware 8
|
||||
|
||||
/*
|
||||
using this macro catches cases where we try to check vehicle type on
|
||||
|
|
Loading…
Reference in New Issue