aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx/GPT
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32L1xx/GPT')
-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) {