X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7aaf9b2036784fadff048172029d0a2029da0ec9..e61345f872fc7f1a8b95e53ee68b4dbdea0650db:/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c diff --git a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c index 677b96112..66c4f1302 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);