USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
int main(void)
|
||||
{
|
||||
SetupHardware();
|
||||
|
||||
sei();
|
||||
|
||||
for (;;)
|
||||
USB_USBTask();
|
||||
|
||||
Reference in New Issue
Block a user