From 2198adce0c3da79a9b0e407f8ad3b5e8ad7d5b0d Mon Sep 17 00:00:00 2001 From: johan9107 Date: Mon, 19 Sep 2016 09:05:02 +0200 Subject: [PATCH] Error in motor drivers Bug fix --- UAV-ControlSystem/src/drivers/motors.c | 1 - 1 file changed, 1 deletion(-) 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)* *