{\r
/* Configure hardware required by the bootloader */\r
SetupHardware();\r
+ \r
+ /* Enable global interrupts so that the USB stack can function */\r
+ sei();\r
\r
/* Run the USB management task while the bootloader is supposed to be running */\r
while (RunBootloader || WaitForExit)\r