File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2034,7 +2034,7 @@ ENABLE_PREPROCESSING = YES
20342034# The default value is: NO.
20352035# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20362036
2037- MACRO_EXPANSION = NO
2037+ MACRO_EXPANSION = YES
20382038
20392039# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
20402040# the macro expansion is limited to the macros specified with the PREDEFINED and
@@ -2074,7 +2074,7 @@ INCLUDE_FILE_PATTERNS =
20742074# recursively expanded use the := operator instead of the = operator.
20752075# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20762076
2077- PREDEFINED = __cdecl=, ARDUINO_ARCH_ESP32=1, ARDUINO_FUNHOUSE_ESP32S2=1
2077+ PREDEFINED = __cdecl=, ARDUINO_ARCH_ESP32=1, ARDUINO_FUNHOUSE_ESP32S2=1, PROGMEM=
20782078
20792079# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
20802080# tag can be used to specify a list of macro names that should be expanded. The
You can’t perform that action at this time.
0 commit comments