Skip to content

Commit

Permalink
Merge pull request #4964 from tonhuisman/feature/Build-allow-feature_…
Browse files Browse the repository at this point in the history
…servo-for-custom-limit_build_size

[Build] Allow FEATURE_SERVO for Custom builds with LIMIT_BUILD_SIZE set
  • Loading branch information
TD-er committed Feb 11, 2024
2 parents 4873c50 + 64de5a0 commit 64876cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/src/CustomBuild/define_plugin_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -2568,10 +2568,12 @@ To create/register a plugin, you have to :
#endif
#define FEATURE_SETTINGS_ARCHIVE 0

#ifndef PLUGIN_BUILD_CUSTOM
#ifdef FEATURE_SERVO
#undef FEATURE_SERVO
#endif
#define FEATURE_SERVO 0
#endif
#ifdef FEATURE_RTTTL
#undef FEATURE_RTTTL
#endif
Expand Down

0 comments on commit 64876cf

Please sign in to comment.