projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add explicit guards to all device mode tasks to ensure the device is connected and...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
PrinterHost
/
PrinterHost.c
diff --git
a/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
b/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
index
5623dc7
..
3b145a6
100644
(file)
--- a/
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
+++ b/
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
@@
-226,7
+226,7
@@
void USB_Printer_Host(void)
\r
Printer_Data_t TestPageData =
\r
{
\r
- "\033%-12345X\033E
LUFA PCL Test Page
\033E\033%-12345X",
\r
+ "\033%-12345X\033E
" "LUFA PCL Test Page" "
\033E\033%-12345X",
\r
(sizeof(TestPageData.Data) - 1)
\r
};
\r
\r