From 67af91b0ff1ab6f2a8536cdf9b95fcf141b8de29 Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Thu, 7 Nov 2024 22:14:14 +0100 Subject: [PATCH] [Build] Enable Servo support for most builds --- src/src/CustomBuild/define_plugin_sets.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/src/CustomBuild/define_plugin_sets.h b/src/src/CustomBuild/define_plugin_sets.h index bda798b336..22eb50595f 100644 --- a/src/src/CustomBuild/define_plugin_sets.h +++ b/src/src/CustomBuild/define_plugin_sets.h @@ -2748,10 +2748,10 @@ To create/register a plugin, you have to : #define FEATURE_SETTINGS_ARCHIVE 0 #ifndef PLUGIN_BUILD_CUSTOM - #ifdef FEATURE_SERVO - #undef FEATURE_SERVO - #endif - #define FEATURE_SERVO 0 + // #ifdef FEATURE_SERVO + // #undef FEATURE_SERVO + // #endif + // #define FEATURE_SERVO 0 #endif #ifdef FEATURE_RTTTL #undef FEATURE_RTTTL @@ -3210,7 +3210,7 @@ To create/register a plugin, you have to : #endif #ifndef FEATURE_SERVO -#define FEATURE_SERVO 0 +#define FEATURE_SERVO 1 #endif #ifndef FEATURE_SETTINGS_ARCHIVE