git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9542 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-05-30 21:12:22 +00:00
parent 7d67b3574a
commit 6da45ace49
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -39,7 +39,7 @@ static void gpt3cb(GPTDriver *gptp) {
}
/*
* GPT2 configuration.
* GPT4 configuration.
*/
static const GPTConfig gpt4cfg = {
10000, /* 10kHz timer clock.*/