This commit is contained in:
luboslenco
2025-07-21 18:36:17 +02:00
parent 1b8eccf414
commit d1e47cf375
7 changed files with 12 additions and 15 deletions
+2 -2
View File
@@ -98,8 +98,8 @@ double iron_frequency(void) {
return 1000.0;
}
iron_ticks_t iron_timestamp(void) {
return (iron_ticks_t)(js_time());
uint64_t iron_timestamp(void) {
return (uint64_t)(js_time());
}
double iron_time(void) {