From 41c1fb38434c006fa88b0071f81d65b2330940fc Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 11 Sep 2010 03:57:43 +0000 Subject: Added new project makefile template to the library and moved board driver stub files into in a new CodeTemplates directory. --- LUFA/Doxygen.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LUFA/Doxygen.conf') 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. -- cgit v1.2.3