From d350bfb5610d7c4b2a5f71497993be2d3990724d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 20 Oct 2017 18:00:13 +0200 Subject: [PATCH] fix: broken function --- client/cmdmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdmain.c b/client/cmdmain.c index 395c5f2b9..d4fff6ec8 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -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;