diff options
Diffstat (limited to 'Demos/Host/Incomplete/PrinterHost')
-rw-r--r-- | Demos/Host/Incomplete/PrinterHost/PrinterHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/PrinterHost/PrinterHost.c b/Demos/Host/Incomplete/PrinterHost/PrinterHost.c index 9eb05abd8..d9f409e97 100644 --- a/Demos/Host/Incomplete/PrinterHost/PrinterHost.c +++ b/Demos/Host/Incomplete/PrinterHost/PrinterHost.c @@ -226,7 +226,7 @@ void USB_Printer_Host(void) break;
}
- puts_P(PSTR("Test Page Sent, Waiting for Pipe...\r\n"));
+ puts_P(PSTR("Test Page Sent.\r\n"));
/* Indicate device no longer busy */
LEDs_SetAllLEDs(LEDMASK_USB_READY);
|