changed some time formatting stuff to fix bugs

This commit is contained in:
2021-10-05 02:18:25 +11:00
parent 24b576f59f
commit 67426fac09
7 changed files with 264 additions and 64 deletions

View File

@ -45,7 +45,7 @@ void tpause();
void unsplit();
void skip();
void loadKeymap();
void ftime(char *timestr, bool withMS, int ms);
void ftime(char *timestr, int rms, int decimals, bool sign);
int timespecToMS(struct timespec t);
void drawNotif();
void clearNotif();