projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.
[pub/USBasp.git]
/
Projects
/
HIDReportViewer
/
HIDReportViewer.c
diff --git
a/Projects/HIDReportViewer/HIDReportViewer.c
b/Projects/HIDReportViewer/HIDReportViewer.c
index
fa44c08
..
62c638a
100644
(file)
--- a/
Projects/HIDReportViewer/HIDReportViewer.c
+++ b/
Projects/HIDReportViewer/HIDReportViewer.c
@@
-73,7
+73,7
@@
int main(void)
puts_P(PSTR(ESC_FG_CYAN "HID Device Report Viewer Running.\r\n" ESC_FG_WHITE));
LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
-
sei
();
+
GlobalInterruptEnable
();
for (;;)
{