aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L4xx/hal_lld.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-23 05:30:50 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-23 05:30:50 +0000
commit8ea6be21093d567e8ee202dda1a9158df29e5a0f (patch)
tree279585e50ca8b95a54804a46a32e58e243dd1ba8 /os/hal/ports/STM32/STM32L4xx/hal_lld.h
parentf970eaeca23585f3aa97e6aa80f66c425fcae33d (diff)
downloadChibiOS-8ea6be21093d567e8ee202dda1a9158df29e5a0f.tar.gz
ChibiOS-8ea6be21093d567e8ee202dda1a9158df29e5a0f.tar.bz2
ChibiOS-8ea6be21093d567e8ee202dda1a9158df29e5a0f.zip
Fixed bug #979.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12283 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32L4xx/hal_lld.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
index 20be27d30..56042fbfd 100644
--- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
@@ -404,34 +404,6 @@
#endif
/**
- * @brief ADC clock setting.
- */
-#if !defined(STM32_ADC_CLOCK_ENABLED) || defined(__DOXYGEN__)
-#define STM32_ADC_CLOCK_ENABLED TRUE
-#endif
-
-/**
- * @brief USB clock setting.
- */
-#if !defined(STM32_USB_CLOCK_ENABLED) || defined(__DOXYGEN__)
-#define STM32_USB_CLOCK_ENABLED TRUE
-#endif
-
-/**
- * @brief SAI1 clock setting.
- */
-#if !defined(STM32_SAI1_CLOCK_ENABLED) || defined(__DOXYGEN__)
-#define STM32_SAI1_CLOCK_ENABLED TRUE
-#endif
-
-/**
- * @brief SAI2 clock setting.
- */
-#if !defined(STM32_SAI2_CLOCK_ENABLED) || defined(__DOXYGEN__)
-#define STM32_SAI2_CLOCK_ENABLED TRUE
-#endif
-
-/**
* @brief MSI frequency setting.
*/
#if !defined(STM32_MSIRANGE) || defined(__DOXYGEN__)