diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/GPT')
-rw-r--r-- | testhal/STM32/STM32F4xx/GPT/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/GPT/main.c b/testhal/STM32/STM32F4xx/GPT/main.c index 34128eb0c..f50e57453 100644 --- a/testhal/STM32/STM32F4xx/GPT/main.c +++ b/testhal/STM32/STM32F4xx/GPT/main.c @@ -39,7 +39,7 @@ static void gpt3cb(GPTDriver *gptp) { }
/*
- * GPT2 configuration.
+ * GPT4 configuration.
*/
static const GPTConfig gpt4cfg = {
10000, /* 10kHz timer clock.*/
|