mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Add _usb_h_ to PREDEFINED
This commit is contained in:
parent
8f07b67ce0
commit
1858894cf3
1 changed files with 2 additions and 1 deletions
3
Doxyfile
3
Doxyfile
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue