You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using typedef for structs was relevant in C code to be able to leave out
"struct" when using the type. In C++, this is no longer needed. Removing
the typedef makes it easier to forward-declare the Setup struct later.
Since USBAPI.h can only be included from C++ code, removing this typedef
should not break any code.
0 commit comments