Fixed osSetTimer to match

This commit is contained in:
Ryan Myers
2021-09-22 10:47:45 -04:00
parent 064eb841c9
commit 3578c5649a
7 changed files with 47 additions and 110 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ typedef u64 OSTime;
OSTime osGetTime(void);
void osSetTime(OSTime time);
u32 osSetTimer(OSTimer *, OSTime, u64, OSMesgQueue *, OSMesg);
s32 osSetTimer(OSTimer *, OSTime, u64, OSMesgQueue *, OSMesg);
#endif