cac

Fork of Servo by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
beacon
Date:
Wed May 03 13:54:43 2017 +0000
Parent:
4:62c9bdc760b4
Commit message:
THIIIIS;

Changed in this revision

ServoArm.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ServoArm.cpp	Wed May 03 12:55:49 2017 +0000
+++ b/ServoArm.cpp	Wed May 03 13:54:43 2017 +0000
@@ -66,7 +66,7 @@
     return *this;
 }
 
-ServoArm& ServoARm::operator= (ServoArm& rhs) {
+ServoArm& ServoArm::operator= (ServoArm& rhs) {
     write(rhs.read());
     return *this;
 }