diff --git a/ArduPlane/config.h b/ArduPlane/config.h index 6f2f0443be..6e73408008 100644 --- a/ArduPlane/config.h +++ b/ArduPlane/config.h @@ -494,6 +494,12 @@ #endif #endif +#if OBC_FAILSAFE == ENABLED && HAL_CPU_CLASS < HAL_CPU_CLASS_75 +#define CLI_ENABLED DISABLED +#endif + + + #ifndef SERIAL_BUFSIZE # define SERIAL_BUFSIZE 512 #endif