diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-08-28 03:44:22 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-08-28 03:44:22 +0000 |
| commit | c85052230594eef626d0f234130317e918f846c0 (patch) | |
| tree | e6359e46cf6fd563bd63ebfde917ccd7464bd9ea /LUFA/Drivers/USB/Core/AVR8 | |
| parent | 6f025bf676930d7139d5ff87203e99b3b5907646 (diff) | |
Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1916 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/USB/Core/AVR8')
| -rw-r--r-- | LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h b/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h index 1b34801d..b97c45c7 100644 --- a/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h +++ b/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h @@ -73,17 +73,6 @@ */ #define USB_HOST_DEVICEADDRESS 1 - #if !defined(USB_HOST_TIMEOUT_MS) || defined(__DOXYGEN__) - /** Constant for the maximum software timeout period of sent USB control transactions to an attached - * device. If a device fails to respond to a sent control request within this period, the - * library will return a timeout error code. - * - * This value may be overridden in the user project makefile as the value of the - * \ref USB_HOST_TIMEOUT_MS token, and passed to the compiler using the -D switch. - */ - #define USB_HOST_TIMEOUT_MS 1000 - #endif - #if !defined(HOST_DEVICE_SETTLE_DELAY_MS) || defined(__DOXYGEN__) /** Constant for the delay in milliseconds after a device is connected before the library * will start the enumeration process. Some devices require a delay of up to 5 seconds |
