From: Dean Camera Date: Mon, 17 Sep 2012 21:00:59 +0000 (+0000) Subject: Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA... X-Git-Tag: LUFA-130303~39 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/1eefbf9041ba71667a0dcf351685512db1244499?hp=1eefbf9041ba71667a0dcf351685512db1244499 Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability. ---