aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L4xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-15 16:20:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-15 16:20:06 +0000
commit4f3f64497a0608e43ea46ab9a9186ca108a168ce (patch)
tree4988c8e1de868cdeb4893290f35fa1a891aa27e4 /os/hal/ports/STM32/STM32L4xx
parent701796accca76d9de0b08d929600f99c9aa166e5 (diff)
downloadChibiOS-4f3f64497a0608e43ea46ab9a9186ca108a168ce.tar.gz
ChibiOS-4f3f64497a0608e43ea46ab9a9186ca108a168ce.tar.bz2
ChibiOS-4f3f64497a0608e43ea46ab9a9186ca108a168ce.zip
Fixed bug #683.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8605 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx')
-rw-r--r--os/hal/ports/STM32/STM32L4xx/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
index 370741c78..57006fab1 100644
--- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
@@ -1515,7 +1515,7 @@
/**
* @brief STM32_PLLSAI1QEN field.
*/
-#if (STM32_CLK48SEL == STM32_CLK48SEL_PLL) || defined(__DOXYGEN__)
+#if (STM32_CLK48SEL == STM32_CLK48SEL_PLLSAI1) || defined(__DOXYGEN__)
#define STM32_PLLSAI1QEN (1 << 20)
#else
#define STM32_PLLSAI1QEN (0 << 20)