Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve device...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / Host.h
index aae1fa2..8623c4e 100644 (file)
                                 *  after connection before the enumeration process can start or incorrect operation will
                                 *  occur.
                                 *
-                                *  This value may be overridden in the user project makefile as the value of the 
-                                *  HOST_DEVICE_SETTLE_DELAY_MS token, and passed to the compiler using the -D switch.
+                                *  The default delay value may be overridden in the user project makefile by definining the
+                                *  HOST_DEVICE_SETTLE_DELAY_MS token to tbe required delay in milliseconds, and passed to the
+                                *  compiler using the -D switch.
                                 */
-                               #define HOST_DEVICE_SETTLE_DELAY_MS        1500
+                               #define HOST_DEVICE_SETTLE_DELAY_MS        1000
                        #endif
 
                /* Enums: */