Skip to content
Snippets Groups Projects
Commit 0488082a authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Not *that* t.

parent 489c0c3c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2727 passed
...@@ -695,7 +695,7 @@ char* os_cmdshell(void) ...@@ -695,7 +695,7 @@ char* os_cmdshell(void)
/********************************************************/ /********************************************************/
clock_t msclock(void) clock_t msclock(void)
{ {
uint64_t = (uint64_t)(xp_timer() * 1000); uint64_t t = (uint64_t)(xp_timer() * 1000);
return (clock_t)(t&0xffffffff); return (clock_t)(t&0xffffffff);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment