Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
75:dba260cb5ae4
Parent:
73:f7657ddb7827
Child:
80:92b9d083322d
--- a/source/Robot.cpp	Fri Apr 21 12:37:07 2017 +0000
+++ b/source/Robot.cpp	Mon Apr 24 15:01:23 2017 +0000
@@ -302,7 +302,7 @@
     //only for tests with putty
     if (deg < 0 || deg > 4095) {
         deg = 300;
-        
+    }  
     char data[2];
     int16_t wert1 = (deg>>8);
     int16_t wert2 = (deg & 0xFF);