[tuxdroid-svn] r1235 - firmware/tuxup/trunk
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2008-06-16 10:30:08
|
Author: Paul_R Date: 2008-06-16 12:30:14 +0200 (Mon, 16 Jun 2008) New Revision: 1235 Modified: firmware/tuxup/trunk/main.c Log: * Increased the delay between the USB bootloader command and the dfu-programmer process. Modified: firmware/tuxup/trunk/main.c =================================================================== --- firmware/tuxup/trunk/main.c 2008-06-16 10:27:10 UTC (rev 1234) +++ firmware/tuxup/trunk/main.c 2008-06-16 10:30:14 UTC (rev 1235) @@ -449,12 +449,9 @@ if (HID) { tux_hid_write(5, send_data); - sleep(1); -#ifdef WIN32 /* Windows needs more time than linux to enumerate the new dfu * device */ - sleep(4); -#endif + sleep(5); } #ifndef WIN32 else |