From dc9133ad21e1661abdcc549a274b0cb464b0ac9e Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 28 Aug 2011 03:44:22 +0000 Subject: Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. --- LUFA/Drivers/USB/Core/UC3/Host_UC3.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'LUFA/Drivers/USB/Core/UC3') diff --git a/LUFA/Drivers/USB/Core/UC3/Host_UC3.h b/LUFA/Drivers/USB/Core/UC3/Host_UC3.h index 6191559db..61e82f14c 100644 --- a/LUFA/Drivers/USB/Core/UC3/Host_UC3.h +++ b/LUFA/Drivers/USB/Core/UC3/Host_UC3.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 -- cgit v1.2.3