Remove ClearPipeStall routine from the StillImageHost demo, as there is now a version of the function built into the library itself.

This commit is contained in:
Dean Camera 2009-07-20 03:14:41 +00:00
parent 4c035b14f1
commit 211712d66d
3 changed files with 3 additions and 27 deletions

View file

@ -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);