From 1858894cf344aefd8c091b5bb339cc1e411fb886 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Mon, 21 Oct 2013 21:10:14 +0200 Subject: [PATCH] Add _usb_h_ to PREDEFINED --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 2b0a8c78..5c8b9da3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1651,7 +1651,8 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = WIICAMERA \ ARDUINO=100 \ __attribute__(x)= \ - PROGMEM + PROGMEM \ + _usb_h_ # 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.