From 4ed3359f6f7e6f2398ef4576b39eb64da537560a Mon Sep 17 00:00:00 2001 From: dankers Date: Tue, 19 Oct 2010 17:25:07 +0000 Subject: [PATCH] Comment was misleading. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1992 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/PiOS/STM32F10x/pios_pwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/PiOS/STM32F10x/pios_pwm.c b/flight/PiOS/STM32F10x/pios_pwm.c index 27d1aa7a3..657356f91 100644 --- a/flight/PiOS/STM32F10x/pios_pwm.c +++ b/flight/PiOS/STM32F10x/pios_pwm.c @@ -53,7 +53,7 @@ static uint32_t CapCounter[PIOS_PWM_NUM_INPUTS]; static uint32_t CapCounterPrev[PIOS_PWM_NUM_INPUTS]; /** -* Initialises all the LED's +* Initialises all the pins */ void PIOS_PWM_Init(void) {