From: Dean Camera Date: Fri, 11 Dec 2009 04:56:52 +0000 (+0000) Subject: PDI NVM enable is fast enough that bare polling is enough without a fixed delay in... X-Git-Tag: LUFA-110528-BETA~761 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/33a46b243a0f204f3ade095f7b213d9d2598c450?hp=33a46b243a0f204f3ade095f7b213d9d2598c450 PDI NVM enable is fast enough that bare polling is enough without a fixed delay in between each attempt. Make sure the USART transmitter is enabled explicitly when the USART is configured, so that repeated attempts to re-enter PDI mode don't fail due to TXEN not being set. ---