PES 2 - Gruppe 1 / Mbed 2 deprecated Robocode_Random

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
131:8ae08f41bb43
Parent:
127:6bde4483ce7b
Child:
132:b0034d948385
diff -r 670a954495bf -r 8ae08f41bb43 source/Main.cpp
--- a/source/Main.cpp	Mon May 15 13:03:16 2017 +0000
+++ b/source/Main.cpp	Mon May 15 14:58:27 2017 +0000
@@ -6,6 +6,8 @@
 bool positioning_state = 0;
 bool mapping_state = 0;
 
+
+
 Timer game_timer;
 
 
@@ -61,11 +63,9 @@
 
             case 10:
                 state = idle();
-                printf("idle1...\r\n");
                 break;
             case 11:
                 state = idle2();
-                printf("idle2...\r\n");
                 break;
 
             case 15:
@@ -89,7 +89,7 @@
                 break;
             case 27:
                 state = 28;
-                mapping_state = 1;
+                //mapping_state = 1;
                 break;
             case 28:
                 state = initial_turn();