PES 2 - Gruppe 1 / Mbed 2 deprecated Robocode_Random

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
125:d0b2057272d0
Parent:
122:8bfb39434fb7
Child:
127:6bde4483ce7b
diff -r de12131ff0b9 -r d0b2057272d0 source/Main.cpp
--- a/source/Main.cpp	Sun May 14 09:34:37 2017 +0000
+++ b/source/Main.cpp	Sun May 14 13:38:29 2017 +0000
@@ -56,7 +56,6 @@
                 state = overheating();
                 break;
 
-
             case 10:
                 state = idle();
                 printf("idle1...\r\n");
@@ -66,7 +65,6 @@
                 printf("idle2...\r\n");
                 break;
 
-
             case 15:
                 state = initialisation();   //init servo is included
                 break;