a fork of priustroller

Dependencies:   mbed

Fork of priustroller_current by N K

Revision:
36:11766b5da6ed
Parent:
33:e7b132029bae
Child:
54:e8d9bc885723
--- a/core/core.h	Mon Mar 16 15:40:07 2015 +0000
+++ b/core/core.h	Thu Apr 16 04:08:47 2015 +0000
@@ -47,7 +47,7 @@
 class User {
 public:
     User(Throttle *throttle) {_throttle = throttle;}
-    void UpdateThrottle() {throttle = _throttle->GetThrottle();}
+    void UpdateThrottle() {throttle = _throttle->GetThrottle();} 
 public:
     float throttle;
 private: