This commit is contained in:
ishak jmilou.ishak
2024-10-09 16:08:26 +02:00
parent 06e211b508
commit 30628cf16e
2 changed files with 14 additions and 18 deletions

View File

@@ -22,7 +22,6 @@ int main() {
thread mv(command);
usleep(30 * 1000 * 1000);
mv.join(); // Wacht tot de command-thread klaar is
}
// Functie om commando's van de gebruiker te verwerken