From e782ab9b2839b69cdaa33f8411553fec606b19cc Mon Sep 17 00:00:00 2001 From: haslinghuis Date: Thu, 19 Jan 2023 05:57:45 +0100 Subject: [PATCH] Fix SITL (#12217) --- src/main/target/SITL/target.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/target/SITL/target.h b/src/main/target/SITL/target.h index 7b515b44c..13f244fee 100644 --- a/src/main/target/SITL/target.h +++ b/src/main/target/SITL/target.h @@ -108,7 +108,6 @@ #undef USE_SERIALRX_SUMH #undef USE_SERIALRX_XBUS #undef USE_LED_STRIP -#undef USE_PWM_OUTPUT #undef USE_TELEMETRY_FRSKY_HUB #undef USE_TELEMETRY_HOTT #undef USE_TELEMETRY_SMARTPORT -- 2.11.4.GIT