aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/PWM/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/PWM/main.c')
-rw-r--r--testhal/STM32/PWM/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/testhal/STM32/PWM/main.c b/testhal/STM32/PWM/main.c
index 42a35170f..c42b15939 100644
--- a/testhal/STM32/PWM/main.c
+++ b/testhal/STM32/PWM/main.c
@@ -1,5 +1,6 @@
/*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -99,7 +100,7 @@ int main(void) {
chThdSleepMilliseconds(5000);
/*
- * Disables channel 0.
+ * Disables channel 0.
*/
pwmDisableChannel(&PWMD1, 0);