Senior_Design_Sailboat / Mbed 2 deprecated ECE4012_Sailboat

Dependencies:   mbed Servo SDFileSystem

Revision:
45:dfa689f159ce
Parent:
44:4d90645d15ec
Child:
46:305112d73c69
--- a/Config.h	Tue Nov 03 16:30:44 2015 +0000
+++ b/Config.h	Tue Nov 03 16:31:44 2015 +0000
@@ -63,8 +63,8 @@
 vector<string> split(const string &s, char delim);
 double getDistance(int task_id);
 double getAngle(int task_id);
+double getCTE(int task_id);
 double Deg2Rad(double degree);
-double getCTE(int task_id);
 string stringify(double x);
 void printPath();
 void printDistance();