diff options
Diffstat (limited to 'LUFA/Doxygen.conf')
-rw-r--r-- | LUFA/Doxygen.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index d69b12d19..061a946b5 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -1306,7 +1306,8 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = __DOXYGEN__ \ - PROGMEM + PROGMEM \ + EEMEM # 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. |