diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-12 16:21:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-12 16:21:17 +0000 |
commit | 40fd566dbaa76b1b40677cc826da2e89af424aa2 (patch) | |
tree | 2bc074d13b693b6432bb2dda2c126ee3711a6a10 /Bootloaders | |
parent | 383eb6da84c08ed0a243de9f9797b73aa2cbf7cb (diff) | |
parent | 70fd816b094ccb28c03c798cc0625630f207a8ac (diff) | |
download | lufa-40fd566dbaa76b1b40677cc826da2e89af424aa2.tar.gz lufa-40fd566dbaa76b1b40677cc826da2e89af424aa2.tar.bz2 lufa-40fd566dbaa76b1b40677cc826da2e89af424aa2.zip |
AppConfigHeaders: 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. |