diff --git a/ArduPlane/config.h b/ArduPlane/config.h index b19788a142..7bab1327c6 100644 --- a/ArduPlane/config.h +++ b/ArduPlane/config.h @@ -327,10 +327,6 @@ # define STATS_ENABLED ENABLED #endif -#ifndef DEVO_TELEM_ENABLED - #define DEVO_TELEM_ENABLED !HAL_MINIMIZE_FEATURES -#endif - #ifndef OSD_ENABLED #define OSD_ENABLED DISABLED #endif