Dependencies:   Command Math OBROT RobotBase ShootingSystem Steering mbed

Revision:
6:05f1ca7fc0a7
Parent:
3:74976774f006
--- a/main.cpp	Thu Oct 15 08:47:09 2015 +0000
+++ b/main.cpp	Fri Nov 13 08:17:16 2015 +0000
@@ -4,6 +4,5 @@
     while ( true ){
         OBROT::getInstance()->update();
     }
-    
     return 0;
 }