Skip to content

Commit ed5a570

Browse files
committed
Update Doxyfile for PROGMEM inclusion
1 parent 4b20f9b commit ed5a570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)