projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed Host mode HID class driver not sending the correct report type when HID_Host_Se...
[pub/USBasp.git]
/
Projects
/
Benito
/
Benito.c
diff --git
a/Projects/Benito/Benito.c
b/Projects/Benito/Benito.c
index
86da27a
..
be623e9
100644
(file)
--- a/
Projects/Benito/Benito.c
+++ b/
Projects/Benito/Benito.c
@@
-83,6
+83,8
@@
int main(void)
SetupHardware();
\r
\r
Buffer_Initialize(&Tx_Buffer);
\r
+
\r
+ sei();
\r
\r
for (;;)
\r
{
\r