diff options
Diffstat (limited to 'Projects/USBtoSerial')
| -rw-r--r-- | Projects/USBtoSerial/Doxygen.conf | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Projects/USBtoSerial/Doxygen.conf b/Projects/USBtoSerial/Doxygen.conf index 2ba2055d3..02ab2f7d4 100644 --- a/Projects/USBtoSerial/Doxygen.conf +++ b/Projects/USBtoSerial/Doxygen.conf @@ -1307,7 +1307,8 @@ INCLUDE_FILE_PATTERNS  =  # undefined via #undef or recursively expanded use the := operator  # instead of the = operator. -PREDEFINED             = __DOXYGEN__ +PREDEFINED             = __DOXYGEN__ \ +                         PROGMEM  # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then  # this tag can be used to specify a list of macro names that should be expanded. | 
