Dependents:   YMotor

Revision:
3:22f19e076931
Parent:
2:871d1f6d311e
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();
 }