diff --git a/src/modules/commander/PreflightCheck.cpp b/src/modules/commander/PreflightCheck.cpp index 283104ee61..7931acdc40 100644 --- a/src/modules/commander/PreflightCheck.cpp +++ b/src/modules/commander/PreflightCheck.cpp @@ -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;