fix: hw status (and USB comm in general) PR #434 : (@pwpiwi)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user