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 /testhal/STM32/STM32F4xx/GPT | |
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
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.*/
|