From e574e89553eb57da197b8e95e3ffbb5b54aaf06d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 20 Oct 2017 14:38:50 +0200 Subject: [PATCH] syntax sugar --- client/cmdmain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdmain.h b/client/cmdmain.h index 6c11f6429..c3665370f 100644 --- a/client/cmdmain.h +++ b/client/cmdmain.h @@ -15,7 +15,7 @@ #include #include "usb_cmd.h" #include "cmdparser.h" -extern void UsbCommandReceived(UsbCommand *UC); +extern void UsbCommandReceived(UsbCommand *c); extern int CommandReceived(char *Cmd); extern bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout); extern bool WaitForResponse(uint32_t cmd, UsbCommand* response);