mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 05:10:36 +08: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