Changes in cmd handling

This commit is contained in:
martin.holst@gmail.com 2013-06-07 09:30:32 +00:00
parent 21452811e6
commit fd368d18f1
2 changed files with 101 additions and 57 deletions

View file

@ -17,5 +17,5 @@ void UsbCommandReceived(UsbCommand *UC);
void CommandReceived(char *Cmd);
bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
bool WaitForResponse(uint32_t cmd, UsbCommand* response);
void clearCommandBuffer();
#endif