Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
60:b57577b0072f
Parent:
57:1a395b6928ee
Child:
62:c2fcf3b349e9
--- a/source/Positioning.cpp	Tue Apr 18 15:40:21 2017 +0000
+++ b/source/Positioning.cpp	Tue Apr 18 16:19:18 2017 +0000
@@ -25,10 +25,9 @@
 }
 
 
-int positioning()
+void positioning()
 {
-
-    return 0;
+    printf("positioning...\r\n");
 }