aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h')
-rw-r--r--testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h b/testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h
index 360aa6965..ec576721a 100644
--- a/testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h
+++ b/testex/STM32/STM32F3xx/SPI-L3GD20/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__)