diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 03:14:41 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 03:14:41 +0000 |
commit | 211712d66d6949941141964341bb937bf1422636 (patch) | |
tree | 227c0bd6c8677462e6ba5306fee820508cc16251 /Demos/Host/Incomplete | |
parent | 4c035b14f1349828384946523987f009c9966690 (diff) | |
download | lufa-211712d66d6949941141964341bb937bf1422636.tar.gz lufa-211712d66d6949941141964341bb937bf1422636.tar.bz2 lufa-211712d66d6949941141964341bb937bf1422636.zip |
Remove ClearPipeStall routine from the StillImageHost demo, as there is now a version of the function built into the library itself.
Diffstat (limited to 'Demos/Host/Incomplete')
-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);
|