aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F7xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-14 09:34:28 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-14 09:34:28 +0000
commitecd03e17cec7c9d2d928314d59e9d4ed427f74c3 (patch)
tree3ad9582def8ebc7914b63f028b0a26f5629cae83 /os/hal/ports/STM32/STM32F7xx
parent3ae66789001a8625881c5e10c96e382626478993 (diff)
downloadChibiOS-ecd03e17cec7c9d2d928314d59e9d4ed427f74c3.tar.gz
ChibiOS-ecd03e17cec7c9d2d928314d59e9d4ed427f74c3.tar.bz2
ChibiOS-ecd03e17cec7c9d2d928314d59e9d4ed427f74c3.zip
Various fixes after mass test-compile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11268 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F7xx')
-rw-r--r--os/hal/ports/STM32/STM32F7xx/stm32_rcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h b/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h
index f0c7dfb99..094d6900f 100644
--- a/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h
+++ b/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h
@@ -528,7 +528,7 @@
*/
#define rccEnableETH(lp) rccEnableAHB1(RCC_AHB1ENR_ETHMACEN | \
RCC_AHB1ENR_ETHMACTXEN | \
- RCC_AHB1ENR_ETHMACRXEN)
+ RCC_AHB1ENR_ETHMACRXEN, lp)
/**
* @brief Disables the ETH peripheral clock.