PES 2 - Gruppe 1 / Mbed 2 deprecated Robocode_Random

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
72:4e8a151d804e
Parent:
71:ddf4eb5c3081
Child:
78:d9138c6f82a8
diff -r ddf4eb5c3081 -r 4e8a151d804e source/Main.cpp
--- a/source/Main.cpp	Thu Apr 20 11:37:24 2017 +0000
+++ b/source/Main.cpp	Fri Apr 21 12:12:57 2017 +0000
@@ -41,7 +41,7 @@
         //Every function will return the next active state upon its transition table.
         //State and Transition Table can be found in the State_Machine.xlsx
         //*******************************************************************************
-        printf("state: %d\r\n",state);
+        //printf("state: %d\r\n",state);
         switch (state) {
             case 0:
                 state = emergency_shutdown();