projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added class specific descriptor type defines with standard USB-IF element naming.
[pub/lufa.git]
/
Demos
/
Host
/
ClassDriver
/
PrinterHost
/
PrinterHost.c
diff --git
a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
index
677b961
..
66c4f13
100644
(file)
--- a/
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
+++ b/
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
@@
-129,7
+129,7
@@
int main(void)
printf_P(PSTR("Device ID: %s.\r\n"), DeviceIDString);
printf_P(PSTR("Device ID: %s.\r\n"), DeviceIDString);
- char
TestPageData[]
= "\033%-12345X\033E" "LUFA PCL Test Page" "\033E\033%-12345X";
+ char
TestPageData[]
= "\033%-12345X\033E" "LUFA PCL Test Page" "\033E\033%-12345X";
uint16_t TestPageLength = strlen(TestPageData);
printf_P(PSTR("Sending Test Page (%d bytes)...\r\n"), TestPageLength);
uint16_t TestPageLength = strlen(TestPageData);
printf_P(PSTR("Sending Test Page (%d bytes)...\r\n"), TestPageLength);