fix: broken function

This commit is contained in:
iceman1001 2017-10-20 18:00:13 +02:00
parent d77e8233c0
commit d350bfb561

View file

@ -143,7 +143,7 @@ int getCommand(UsbCommand* response) {
* @param ms_timeout
* @return true if command was returned, otherwise false
*/
bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout, bool show_warning)) {
bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeout, bool show_warning) {
UsbCommand resp;