Error fix
Deleted comments
This commit is contained in:
parent
2198adce0c
commit
ea3e59956a
@ -159,15 +159,6 @@ void pwmDeactivateMotor(uint8_t motor)
|
|||||||
stopPwm(profile.channel, profile.tim);
|
stopPwm(profile.channel, profile.tim);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
* BRIEF: Activates all motors (Activates a pwm signal to all motor pins to it's last state)* *
|
|
||||||
* INFORMATION: *
|
|
||||||
* Example - pwmActivateAllMotors() *****************************************
|
|
||||||
* BRIEF: Deactivates all motors (Deactivate a pwm signal to all motor pins) *
|
|
||||||
* INFORMATION: *
|
|
||||||
* Example - pwmDeactivateAllMotors() *
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* BRIEF: Activates all motors (Activates a pwm signal to all motor pins to it's last state)* *
|
* BRIEF: Activates all motors (Activates a pwm signal to all motor pins to it's last state)* *
|
||||||
* INFORMATION: *
|
* INFORMATION: *
|
||||||
|
Reference in New Issue
Block a user