From: Dean Camera Date: Sun, 2 May 2010 05:16:34 +0000 (+0000) Subject: Change AVRISP project's timeout to be interrupt based again, but make the interrupt... X-Git-Tag: LUFA-110528-BETA~499 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/3d28d53c3e2ae529933283e63a8b05f2ab1ce2be?hp=3d28d53c3e2ae529933283e63a8b05f2ab1ce2be Change AVRISP project's timeout to be interrupt based again, but make the interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code. Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan). ---