Error in motor drivers

Bug fix
This commit is contained in:
johan9107 2016-09-19 09:05:02 +02:00
parent 3131147c7d
commit 2198adce0c

View File

@ -167,7 +167,6 @@ void pwmDeactivateMotor(uint8_t motor)
* INFORMATION: *
* Example - pwmDeactivateAllMotors() *
**************************************************************************/
void pwmDeactivateAllMotors(void);
/**************************************************************************
* BRIEF: Activates all motors (Activates a pwm signal to all motor pins to it's last state)* *