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 624ff928a..dadb864fe 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -1426,7 +1426,8 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = __DOXYGEN__ \ PROGMEM \ - EEMEM + EEMEM \ + ATTR_PACKED # 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. |