Skip to content
Snippets Groups Projects
Commit 789fcb82 authored by Hoop77's avatar Hoop77
Browse files

-

parent f4ffbdaf
No related merge requests found
......@@ -66,13 +66,13 @@ void test::testBasicSetup()
std::cout << "Follower[2] will now leave the platoon\n";
//follower1->leavePlatoon();
follower1->leavePlatoon();
sleep(1);
std::cout << "Follower[3] will now leave the platoon\n";
//follower2->leavePlatoon();
follower2->leavePlatoon();
sleep(1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment