From: Dean Camera Date: Fri, 28 Aug 2009 08:24:50 +0000 (+0000) Subject: Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP commands... X-Git-Tag: LUFA-110528-BETA~935 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4bb236e9a05c5bae7a3ae6ee5c17572fa6af7d61?ds=inline;hp=4bb236e9a05c5bae7a3ae6ee5c17572fa6af7d61 Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP commands from timing out too early. Add check to the PROGRAM FLASH ISP and PROGRAM EEPROM ISP handler to return an explicit error when the host attempts to write more data than the device is able to buffer. ---