Add _usb_h_ to PREDEFINED

This commit is contained in:
Kristian Sloth Lauszus 2013-10-21 21:10:14 +02:00
parent 8f07b67ce0
commit 1858894cf3

View file

@ -1651,7 +1651,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = WIICAMERA \ PREDEFINED = WIICAMERA \
ARDUINO=100 \ ARDUINO=100 \
__attribute__(x)= \ __attribute__(x)= \
PROGMEM PROGMEM \
_usb_h_
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # 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. # this tag can be used to specify a list of macro names that should be expanded.