Skip to content
Snippets Groups Projects
Commit 0e8e7015 authored by Dean Camera's avatar Dean Camera
Browse files

Update LUFAConfig.h with the new compile time options, re-format Doxygen...

Update LUFAConfig.h with the new compile time options, re-format Doxygen documentation for all compile time options.
parent a6772540
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,8 @@
// #define HOST_STATE_AS_GPIOR {Insert Value Here}
// #define USB_HOST_TIMEOUT_MS {Insert Value Here}
// #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here}
// #define NO_AUTO_VBUS_MANAGEMENT
// #define INVERTED_VBUS_ENABLE_LINE
#elif (ARCH == ARCH_XMEGA)
......@@ -150,6 +152,8 @@
/* USB Host Mode Driver Related Tokens: */
// #define USB_HOST_TIMEOUT_MS {Insert Value Here}
// #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here}
// #define NO_AUTO_VBUS_MANAGEMENT
// #define INVERTED_VBUS_ENABLE_LINE
#endif
#endif
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment