Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
130:670a954495bf
Parent:
128:6bde4483ce7b
Child:
132:8ae08f41bb43
--- a/source/StartUp.cpp	Mon May 15 11:48:05 2017 +0000
+++ b/source/StartUp.cpp	Mon May 15 13:03:16 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();
+            //print_map(0);
             return 35;
         }
     }