projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove ClearPipeStall routine from the StillImageHost demo, as there is now a version...
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
PrinterHost
/
PrinterHost.c
diff --git
a/Demos/Host/Incomplete/PrinterHost/PrinterHost.c
b/Demos/Host/Incomplete/PrinterHost/PrinterHost.c
index
9eb05ab
..
d9f409e
100644
(file)
--- a/
Demos/Host/Incomplete/PrinterHost/PrinterHost.c
+++ b/
Demos/Host/Incomplete/PrinterHost/PrinterHost.c
@@
-226,7
+226,7
@@
void USB_Printer_Host(void)
break;
\r
}
\r
\r
- puts_P(PSTR("Test Page Sent
, Waiting for Pipe..
.\r\n"));
\r
+ puts_P(PSTR("Test Page Sent.\r\n"));
\r
\r
/* Indicate device no longer busy */
\r
LEDs_SetAllLEDs(LEDMASK_USB_READY);
\r