Robot's source code

Dependencies:   mbed

Revision:
79:d97090bb6470
Parent:
72:b2a128486332
Child:
85:8e95432d99d3
--- a/Odometry/Odometry2.cpp	Sat Apr 11 10:36:56 2015 +0000
+++ b/Odometry/Odometry2.cpp	Tue Apr 14 18:27:53 2015 +0000
@@ -40,7 +40,7 @@
     this->x = x;
 }
 
-void Odometry2::setY(float Y)
+void Odometry2::setY(float y)
 {
     this->y = y;
 }