mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 20:35:00 +00:00
checking if it can start over again when finishing
This commit is contained in:
@@ -19,6 +19,12 @@ int main() {
|
||||
thread mv(command);
|
||||
usleep(30 * 1000 * 1000);
|
||||
mv.join(); // only exit once thread one is done running
|
||||
|
||||
while (true) {
|
||||
command();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int checkCenterCliff() {
|
||||
|
Reference in New Issue
Block a user