X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6e011f88d9c9fac534958ca83e3f460de7fa1497..7aaf9b2036784fadff048172029d0a2029da0ec9:/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c?ds=inline diff --git a/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c b/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c index ac0ca9a2b..0b75d7507 100644 --- a/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c +++ b/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c @@ -56,11 +56,8 @@ uint8_t Printer_SendData(const void* const PrinterCommands, return ErrorCode; Pipe_ClearOUT(); - while (!(Pipe_IsOUTReady())) - { - if (USB_HostState == HOST_STATE_Unattached) - return PIPE_RWSTREAM_DeviceDisconnected; - } + + Pipe_WaitUntilReady(); Pipe_Freeze();