mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
RC input and PWM output for Navio2
This commit is contained in:
@@ -391,6 +391,9 @@ bool preflightCheck(orb_advert_t *mavlink_log_pub, bool checkMag, bool checkAcc,
|
||||
// all the sensors are supported
|
||||
PX4_WARN("Preflight checks always pass on Snapdragon.");
|
||||
return true;
|
||||
#elif defined(__LINUX)
|
||||
PX4_WARN("Preflight checks always pass on Linux (RPI).");
|
||||
return true;
|
||||
#endif
|
||||
|
||||
bool failed = false;
|
||||
|
||||
Reference in New Issue
Block a user