From 6da45ace49ba561a560bcef47032bd1532fd5abe Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Mon, 30 May 2016 21:12:22 +0000 Subject: [PATCH] Fixed Bug #748 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9542 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 1 + testhal/STM32/STM32F4xx/GPT/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 6424696ce..4089bc351 100644 --- a/readme.txt +++ b/readme.txt @@ -113,6 +113,7 @@ - RT: Merged RT4. - NIL: Merged NIL2. - NIL: Added STM32F7 demo. +- HAL: Fixed wrong comments in STM32F4xx GPT demo (bug #748). - HAL: Fixed wrong comments and indents in STM32F7xx-GPT-ADC and STM32L4-GPT-ADC demos (bug #747). - HAL: Fixed wrong comments and indent in STM32F4xx and STM32F7xx 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.*/