This commit is contained in:
2025-11-07 23:57:12 +01:00
parent be2479b2be
commit 66eb81c9b9
3 changed files with 66 additions and 53 deletions
+2 -1
View File
@@ -252,7 +252,8 @@ int simulation_client_step(SimulationClient *client, void **contexts,
*timeout = -1;
} else {
// Wake up soon to continue processing
*timeout = 10; // 10ms
//*timeout = 10; // 10ms
*timeout = -1; // TODO
}
// Return the poll array from the TinyDFS client