diff options
Diffstat (limited to 'testhal/STM32/STM32L1xx/ADC')
-rw-r--r-- | testhal/STM32/STM32L1xx/ADC/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/STM32L1xx/ADC/halconf.h b/testhal/STM32/STM32L1xx/ADC/halconf.h index 59357003d..ec98707b8 100644 --- a/testhal/STM32/STM32L1xx/ADC/halconf.h +++ b/testhal/STM32/STM32L1xx/ADC/halconf.h @@ -167,6 +167,13 @@ #endif
/**
+ * @brief Enables the TRNG subsystem.
+ */
+#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__)
+#define HAL_USE_TRNG FALSE
+#endif
+
+/**
* @brief Enables the UART subsystem.
*/
#if !defined(HAL_USE_UART) || defined(__DOXYGEN__)
|