Modern fixes (#697)
This commit is contained in:
@@ -316,7 +316,11 @@ struct STWIStatus
|
||||
u8 recoveryCount;
|
||||
u8 unk_16;
|
||||
u8 unk_17;
|
||||
#if __STDC_VERSION__ < 202311L
|
||||
void (*callbackM)();
|
||||
#else
|
||||
void (*callbackM)(...);
|
||||
#endif
|
||||
void (*callbackS)(u16);
|
||||
void (*callbackID)(void);
|
||||
union RfuPacket *txPacket;
|
||||
|
||||
Reference in New Issue
Block a user