fix: hw status (and USB comm in general) PR #434 : (@pwpiwi)

This commit is contained in:
iceman1001 2017-10-20 16:32:42 +02:00
commit 53333f22c8
5 changed files with 65 additions and 51 deletions

View file

@ -17,6 +17,7 @@
#include "cmdparser.h"
extern void UsbCommandReceived(UsbCommand *c);
extern int CommandReceived(char *Cmd);
extern bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeout, bool show_warning);
extern bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
extern bool WaitForResponse(uint32_t cmd, UsbCommand* response);
extern void clearCommandBuffer();