From: Dean Camera Date: Wed, 28 Apr 2010 07:48:26 +0000 (+0000) Subject: USB_Init() no longer calls sei() to enable global interrupts - this must now be done... X-Git-Tag: LUFA-110528-BETA~507 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/59c4871f8011247a056f6ca2ca8aca89000e3841?hp=59c4871f8011247a056f6ca2ca8aca89000e3841 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. ---