diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-30 21:12:22 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-30 21:12:22 +0000 |
commit | 6da45ace49ba561a560bcef47032bd1532fd5abe (patch) | |
tree | 7013e16190b3109b72e2367ce6c157bdda81182f | |
parent | 7d67b3574a47d3df886056185fdc0370f647c473 (diff) | |
download | ChibiOS-6da45ace49ba561a560bcef47032bd1532fd5abe.tar.gz ChibiOS-6da45ace49ba561a560bcef47032bd1532fd5abe.tar.bz2 ChibiOS-6da45ace49ba561a560bcef47032bd1532fd5abe.zip |
Fixed Bug #748
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9542 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/GPT/main.c | 2 |
2 files changed, 2 insertions, 1 deletions
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.*/
|