commander: add support for Aerotenna OcPoC-Zynq hardware

This commit is contained in:
davidaroyer
2017-03-27 17:40:50 -05:00
committed by Lorenz Meier
parent a236bd1015
commit dbbe3c0863
2 changed files with 29 additions and 0 deletions

View File

@@ -571,6 +571,9 @@ bool preflightCheck(orb_advert_t *mavlink_log_pub, bool checkMag, bool checkAcc,
#elif defined(__PX4_POSIX_BEBOP)
PX4_WARN("Preflight checks always pass on Bebop.");
return true;
#elif defined(__PX4_POSIX_OCPOC)
PX4_WARN("Preflight checks always pass on OcPoC.");
return true;
#endif
bool failed = false;