Skip to content

Commit

Permalink
Fix compile error on mac clang
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeLexer committed Mar 19, 2024
1 parent d37e2c1 commit c263c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comms/USB/FT601/FT601.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c263c45

Please sign in to comment.