Dependents:   YMotor

Files at this revision

API Documentation at this revision

Comitter:
inst
Date:
Fri Nov 13 07:48:56 2015 +0000
Parent:
2:871d1f6d311e
Commit message:

Changed in this revision

YMotorDriverBase.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 871d1f6d311e -r 22f19e076931 YMotorDriverBase.cpp
--- a/YMotorDriverBase.cpp	Fri Nov 13 07:47:35 2015 +0000
+++ b/YMotorDriverBase.cpp	Fri Nov 13 07:48:56 2015 +0000
@@ -37,7 +37,6 @@
 YMotorDriverBase::YMotorDriverBase( char address ) :
         mAddress( address ),
         mMaxDuty( mMaxDutyList[ YMotorDriver::GENERAL_ID ] ), mMinDuty( mMinDutyList[ YMotorDriver::GENERAL_ID ] ){
-            
     init();
 }