TomYumBoys / Mbed 2 deprecated MM2017

Dependencies:   mbed

Revision:
6:1bcfda49e146
Parent:
5:d783972dce10
Child:
7:7215adbae3da
--- a/Control/drivecontrol.h	Sat May 13 22:23:23 2017 +0000
+++ b/Control/drivecontrol.h	Sun May 14 03:07:09 2017 +0000
@@ -12,7 +12,7 @@
 public:
     int y;
     int x;
-    float total_error;
+    //float total_error;
     DriveControl (int start_x, int start_y);
     ~DriveControl();