Error fix

Deleted comments
This commit is contained in:
johan9107 2016-09-19 09:07:03 +02:00
parent 2198adce0c
commit ea3e59956a

View File

@ -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: *