Dependencies:   SimpleMapSerialization serial_communication

Revision:
5:b1573848235e
Parent:
4:24d383b68566
Child:
6:3b9c479c28d4
Child:
7:6c4b22a43eb3
diff -r 24d383b68566 -r b1573848235e communication.cpp
--- a/communication.cpp	Mon Apr 04 07:43:32 2016 +0000
+++ b/communication.cpp	Mon Apr 04 09:24:51 2016 +0000
@@ -38,12 +38,11 @@
         return v.unit();
     }
     
+    /*
     if (v.length() < analog_stick_lower_limit_) {
         return vector2f();  // しきい値以下なら移動操作無しとみなす
     }
-    
-    
-    
+    */
     
     return v;