aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F0xx/stm32_rcc.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-08-27 14:36:31 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-08-27 14:36:31 +0000
commitc976acc33537f99059ce57790e04a5c19f6da56e (patch)
tree72e923ba6a0866db45d39c681fceaaffcd4f94db /os/hal/ports/STM32/STM32F0xx/stm32_rcc.h
parent59a0e57530dbb7624534bb3c3a8ed3340a1c606f (diff)
downloadChibiOS-c976acc33537f99059ce57790e04a5c19f6da56e.tar.gz
ChibiOS-c976acc33537f99059ce57790e04a5c19f6da56e.tar.bz2
ChibiOS-c976acc33537f99059ce57790e04a5c19f6da56e.zip
Implemented advanced queues in STM32 USARTv2 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9752 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F0xx/stm32_rcc.h')
-rw-r--r--os/hal/ports/STM32/STM32F0xx/stm32_rcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_rcc.h b/os/hal/ports/STM32/STM32F0xx/stm32_rcc.h
index 73fd15120..d25d5735b 100644
--- a/os/hal/ports/STM32/STM32F0xx/stm32_rcc.h
+++ b/os/hal/ports/STM32/STM32F0xx/stm32_rcc.h
@@ -839,7 +839,7 @@
*
* @api
*/
-#define rccEnableUART5(lp) rccEnableAPB1(RCC_APB1ENR_USARTS5EN, lp)
+#define rccEnableUART5(lp) rccEnableAPB1(RCC_APB1ENR_USART5EN, lp)
/**
* @brief Disables the USART5 peripheral clock.