Skip to content

Commit

Permalink
Merge pull request #5154 from tonhuisman/feature/Build-enable-servo-f…
Browse files Browse the repository at this point in the history
…or-most-builds

[Build] Enable Servo support for most builds
  • Loading branch information
TD-er authored Nov 13, 2024
2 parents ff73d51 + 67af91b commit 35afc25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/src/CustomBuild/define_plugin_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 35afc25

Please sign in to comment.