- Don't think anything was changed or updated.... simply viewed the class

Dependents:   Component_Test_Interface

Fork of BridgeDriver by Jason T

Revision:
2:4253000aacf2
Parent:
1:c8e328389a98
Child:
3:247939286d2c
--- a/BridgeDriver.cpp	Thu Jul 03 20:56:20 2014 +0000
+++ b/BridgeDriver.cpp	Thu Jul 03 21:11:50 2014 +0000
@@ -22,7 +22,6 @@
     _pwm[3] = enPwmD;
     
     for(int i = 0; i<4; i++){
-        _pwm[i] = 0;
         _dir[i] = 0;
         _braking[i] = 0;
     }