diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-09-09 13:05:57 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-09-09 13:05:57 +0000 |
| commit | 6a47db306210628458c20e5f47f3efdd8e2711a8 (patch) | |
| tree | 94cd423adcc362137d3f1e178f29d5db0f537122 /Demos/Host | |
| parent | 4e918f621ac91ec4e555d41e70fca3b4cc536d11 (diff) | |
Added class specific descriptor type defines with standard USB-IF element naming.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1468 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host')
| -rw-r--r-- | Demos/Host/ClassDriver/PrinterHost/PrinterHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c index 677b9611..66c4f130 100644 --- 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); - 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); |
