From 6da45ace49ba561a560bcef47032bd1532fd5abe Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Mon, 30 May 2016 21:12:22 +0000 Subject: Fixed Bug #748 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9542 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F4xx/GPT/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32') 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.*/ -- cgit v1.2.3