This commit is contained in:
2025-11-07 20:26:15 +01:00
parent 44fb1c4f36
commit d7cf946431
6 changed files with 144 additions and 42 deletions
-2
View File
@@ -636,8 +636,6 @@ void update_simulation(void)
assert(current_time <= wakeup_time);
current_time = wakeup_time;
//printf("T=%2.2f ms\n", (float) current_time / 1000000);
}
int timeout = -1;