Sooner Competitive Robotics / Mbed 2 deprecated IEEE_14_Freescale

Dependencies:   mbed

Fork of IEEE_14_Freescale by IEEE 2014 Mbed

Revision:
38:3062838df0ce
Parent:
37:38a4ad49343e
Child:
41:fa498d6e7538
--- a/main.cpp	Tue Mar 25 17:21:02 2014 +0000
+++ b/main.cpp	Fri Mar 28 21:53:04 2014 +0000
@@ -204,8 +204,9 @@
                 game.checkWaves();
                 break;
             case 'G':
-                DBGPRINT("Running First Row\r\n",1);
+                DBGPRINT("Running First and Second Row\r\n",1);
                 game.runFirstRow();
+                game.runSecondRow();
                 //bot.pfac/=1.05;
                 //DBGPRINT("pfac = %f\r\n",bot.pfac);
                 break;