This commit is contained in:
2025-11-08 02:16:46 +01:00
parent 66eb81c9b9
commit 463b1b4ba9
5 changed files with 51 additions and 26 deletions
+1 -2
View File
@@ -252,8 +252,7 @@ int simulation_client_step(SimulationClient *client, void **contexts,
*timeout = -1;
} else {
// Wake up soon to continue processing
//*timeout = 10; // 10ms
*timeout = -1; // TODO
*timeout = 10; // 10ms
}
// Return the poll array from the TinyDFS client