diff --git a/src/comms/USB/FT601/FT601.cpp b/src/comms/USB/FT601/FT601.cpp index 75327232..2c52cb78 100644 --- a/src/comms/USB/FT601/FT601.cpp +++ b/src/comms/USB/FT601/FT601.cpp @@ -13,7 +13,7 @@ static const int CONTROL_BULK_READ_ADDRESS = 0x82; FT601::FT601(void* usbContext) : USBGeneric(usbContext) -#ifdef __unix +#ifdef __unix__ , mUsbCounter(0) #else , mFTHandle(nullptr)