From: Dean Camera Date: Wed, 27 Mar 2013 18:55:30 +0000 (+0000) Subject: Fixed race condition in the DFU class bootloader causing failed device reprogramming... X-Git-Tag: LUFA-130901-BETA~190 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4ba40977162ef46f328d49c4d48d7d8a0c6cddf0?ds=inline Fixed race condition in the DFU class bootloader causing failed device reprogramming in some circumstances (thanks to Luis Mendes). --- diff --git a/Bootloaders/DFU/BootloaderDFU.c b/Bootloaders/DFU/BootloaderDFU.c index 0ac9af9f7..f19fa03ed 100644 --- a/Bootloaders/DFU/BootloaderDFU.c +++ b/Bootloaders/DFU/BootloaderDFU.c @@ -132,7 +132,7 @@ void Application_Jump_Check(void) { /* Turn off the watchdog */ MCUSR &= ~(1<New: