mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 14:24:21 +08:00
Add __PX4_POSIX_BEBOP define to PreflightCheck.cpp
This commit is contained in:
committed by
Lorenz Meier
parent
2c23aa4348
commit
062df05865
@@ -394,6 +394,9 @@ bool preflightCheck(orb_advert_t *mavlink_log_pub, bool checkMag, bool checkAcc,
|
||||
#elif defined(__PX4_POSIX_RPI)
|
||||
PX4_WARN("Preflight checks always pass on RPI.");
|
||||
return true;
|
||||
#elif defined(__PX4_POSIX_BEBOP)
|
||||
PX4_WARN("Preflight checks always pass on Bebop.");
|
||||
return true;
|
||||
#endif
|
||||
|
||||
bool failed = false;
|
||||
|
||||
Reference in New Issue
Block a user