fixes and format

This commit is contained in:
angie
2023-09-19 16:11:51 -03:00
parent 64f5474213
commit a679b6bae4
10 changed files with 38 additions and 35 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ typedef struct OSTimer_s {
OSTime osGetTime(void);
void osSetTime(OSTime ticks);
s32 osSetTimer(OSTimer* t, OSTime value, OSTime interval, OSMesgQueue* mq, OSMesg msg);
s32 osSetTimer(OSTimer* t, OSTime countdown, OSTime interval, OSMesgQueue* mq, OSMesg msg);
s32 osStopTimer(OSTimer* t);