From cb591993f86cd2cfab988d3c22a79b17a133736d Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 17 Apr 2022 11:45:24 +1000 Subject: [PATCH] Rover: remove non-functional FRSKY_TELEM_ENABLED define --- Rover/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Rover/config.h b/Rover/config.h index f5d44dd69f..af98c5b5a8 100644 --- a/Rover/config.h +++ b/Rover/config.h @@ -14,11 +14,6 @@ // FrSky telemetry support // -#ifndef FRSKY_TELEM_ENABLED - #define FRSKY_TELEM_ENABLED ENABLED -#endif - - #ifndef CH7_OPTION #define CH7_OPTION CH7_SAVE_WP #endif