X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/56d368f2de56a634f3c486971b935bdd87761a84..841bb33e362cfbeee8fb3d267072a3e64f5fbd87:/Bootloaders/DFU/BootloaderDFU.c diff --git a/Bootloaders/DFU/BootloaderDFU.c b/Bootloaders/DFU/BootloaderDFU.c index fcacf76cb..0ac9af9f7 100644 --- a/Bootloaders/DFU/BootloaderDFU.c +++ b/Bootloaders/DFU/BootloaderDFU.c @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2012. + Copyright (C) Dean Camera, 2013. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2013 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -18,7 +18,7 @@ advertising or publicity pertaining to distribution of the software without specific, written prior permission. - The author disclaim all warranties with regard to this + The author disclaims all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall the author be liable for any special, indirect or consequential damages or any damages @@ -155,7 +155,7 @@ int main(void) LEDs_SetAllLEDs(LEDS_LED1); /* Enable global interrupts so that the USB stack can function */ - sei(); + GlobalInterruptEnable(); /* Run the USB management task while the bootloader is supposed to be running */ while (RunBootloader || WaitForExit)