PES 2 - Gruppe 1 / Mbed 2 deprecated Robocode_Random

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
127:6bde4483ce7b
Parent:
120:cdf7a6751f9e
Child:
129:670a954495bf
--- a/source/StartUp.cpp	Sun May 14 13:40:17 2017 +0000
+++ b/source/StartUp.cpp	Sun May 14 14:40:12 2017 +0000
@@ -56,7 +56,7 @@
         printf("turning...\r\n");
         if(turn_for_deg(0,1) < 0) { // check if turning complete
             // printf("turn finished...\r\n");
-            
+            print_map();
             return 35;
         }
     }