diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-12 16:20:21 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-12 16:20:21 +0000 |
commit | 70fd816b094ccb28c03c798cc0625630f207a8ac (patch) | |
tree | a40ecaaaf62e13ecb0f56e673b5534c30710e553 /Bootloaders | |
parent | 3e7e02c6dd77a5c1afc1a249d6ba786241d5becd (diff) | |
download | lufa-70fd816b094ccb28c03c798cc0625630f207a8ac.tar.gz lufa-70fd816b094ccb28c03c798cc0625630f207a8ac.tar.bz2 lufa-70fd816b094ccb28c03c798cc0625630f207a8ac.zip |
Fix broken documentation in the HID class bootloader.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/HID/Doxygen.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bootloaders/HID/Doxygen.conf b/Bootloaders/HID/Doxygen.conf index dfe6542a5..a3024ef1f 100644 --- a/Bootloaders/HID/Doxygen.conf +++ b/Bootloaders/HID/Doxygen.conf @@ -1532,7 +1532,8 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = __DOXYGEN__ \ - PROGMEM + PROGMEM \ + ATTR_NO_INIT # 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. |