From ea3e59956a361a10488d152cee0ea545a69ec191 Mon Sep 17 00:00:00 2001 From: johan9107 Date: Mon, 19 Sep 2016 09:07:03 +0200 Subject: [PATCH] Error fix Deleted comments --- UAV-ControlSystem/src/drivers/motors.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/UAV-ControlSystem/src/drivers/motors.c b/UAV-ControlSystem/src/drivers/motors.c index d35b494..8bf89a3 100644 --- a/UAV-ControlSystem/src/drivers/motors.c +++ b/UAV-ControlSystem/src/drivers/motors.c @@ -159,15 +159,6 @@ void pwmDeactivateMotor(uint8_t motor) 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)* * * INFORMATION: *