aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-27 10:25:03 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-27 10:25:03 +0000
commitf602f1111e2bf7adfb7e9558ac7ec78d8e7ed905 (patch)
tree803eafbae56be0f7d57e2811482d75015b3e5142 /os/hal/ports/STM32/STM32H7xx/stm32_rcc.h
parent163ed286a24255c1c660bb20e943e621272d6d2a (diff)
downloadChibiOS-f602f1111e2bf7adfb7e9558ac7ec78d8e7ed905.tar.gz
ChibiOS-f602f1111e2bf7adfb7e9558ac7ec78d8e7ed905.tar.bz2
ChibiOS-f602f1111e2bf7adfb7e9558ac7ec78d8e7ed905.zip
DMA and SPI code, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11200 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32H7xx/stm32_rcc.h')
-rw-r--r--os/hal/ports/STM32/STM32H7xx/stm32_rcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h b/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h
index f0c59f905..259272160 100644
--- a/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h
+++ b/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h
@@ -1315,7 +1315,7 @@
*
* @api
*/
-#define rccEnableTIM1(lp) rccEnableAPB2(RCC_APB2ENR_TIM16EN, lp)
+#define rccEnableTIM16(lp) rccEnableAPB2(RCC_APB2ENR_TIM16EN, lp)
/**
* @brief Disables the TIM16 peripheral clock.