fix last merge

pull/1/head
u-siri-ous 2020-03-12 11:16:23 +01:00
parent baf834d6c3
commit 60f4878a08
2 changed files with 2 additions and 6 deletions

View File

@ -24,15 +24,10 @@ void loop() {
testmenu.testMenu();
goalie->play(role==1);
keeper->play(role==0);
<<<<<<< HEAD
*/
drive->m1->test();
=======
camera->test();
>>>>>>> 4cd4b8f9d6012a435a9d2e4f1e1983a0adf3475e
// Last thing to do: movement and update status vector
drive->drivePrepared();
updateStatusVector();
updateStatusVector(); */
}

View File

@ -56,6 +56,7 @@ void TestMenu :: testMenu(){
case '0':
DEBUG.println("Exiting test menu, may the odds be in your favor c:");
flagtest = false;
DEBUG.flush();
return;
break;
case '1':