diff --git a/UAV-ControlSystem/src/drivers/motors.c b/UAV-ControlSystem/src/drivers/motors.c index 75e7af7..d35b494 100644 --- a/UAV-ControlSystem/src/drivers/motors.c +++ b/UAV-ControlSystem/src/drivers/motors.c @@ -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)* *