projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with endpoint...
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
PrinterHost
/
Lib
/
PrinterCommands.c
diff --git
a/Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
b/Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
index
46e534d
..
9324a14
100644
(file)
--- a/
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
+++ b/
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
@@
-90,3
+90,4
@@
uint8_t Printer_SoftReset(void)
\r
return USB_Host_SendControlRequest(NULL);
\r
}
\r
+
\r