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:
parent
4c035b14f1
commit
211712d66d
3 changed files with 3 additions and 27 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue