checking if it can start over again when finishing

This commit is contained in:
ishak jmilou.ishak
2024-10-08 13:02:53 +02:00
parent 9e5eb6e19f
commit b5874dbf9e

View File

@@ -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() {