aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-18 09:44:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-18 09:44:10 +0000
commite2d701317cc34a5fb669fe816c13364bd136005e (patch)
tree422e241924340f3f064272e8abca6a3e06d6e0d4 /testhal/STM32L1xx
parentc86f3377feac7c6342974cf6e147067bf33d4782 (diff)
downloadChibiOS-e2d701317cc34a5fb669fe816c13364bd136005e.tar.gz
ChibiOS-e2d701317cc34a5fb669fe816c13364bd136005e.tar.bz2
ChibiOS-e2d701317cc34a5fb669fe816c13364bd136005e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3334 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx')
-rw-r--r--testhal/STM32L1xx/GPT/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32L1xx/GPT/main.c b/testhal/STM32L1xx/GPT/main.c
index b7e84e557..90e06879a 100644
--- a/testhal/STM32L1xx/GPT/main.c
+++ b/testhal/STM32L1xx/GPT/main.c
@@ -22,7 +22,7 @@
#include "hal.h"
/*
- * GPT1 callback.
+ * GPT2 callback.
*/
static void gpt2cb(GPTDriver *gptp) {
@@ -34,7 +34,7 @@ static void gpt2cb(GPTDriver *gptp) {
}
/*
- * GPT2 callback.
+ * GPT3 callback.
*/
static void gpt3cb(GPTDriver *gptp) {