GPT on F4x. Typo fixed.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3566 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2011-12-07 12:23:33 +00:00
parent 46d388fb24
commit 6562e684cd
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ void gpt_lld_init(void) {
#if STM32_GPT_USE_TIM8 #if STM32_GPT_USE_TIM8
/* Driver initialization.*/ /* Driver initialization.*/
GPTD5.tim = STM32_TIM8; GPTD8.tim = STM32_TIM8;
gptObjectInit(&GPTD8); gptObjectInit(&GPTD8);
#endif #endif
} }