Decompile osSetTimer

This commit is contained in:
Ryan Dwyer
2021-01-31 12:47:42 +10:00
parent 4c54f30cc1
commit 12ae6574e5
3 changed files with 27 additions and 64 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ typedef u64 OSTime;
OSTime osGetTime(void);
void osSetTime(OSTime time);
u32 osSetTimer(OSTimer *, OSTime, u64, OSMesgQueue *, OSMesg);
int osSetTimer(OSTimer *t, OSTime value, OSTime interval, OSMesgQueue *mq, OSMesg msg);
#endif