diff options
Diffstat (limited to 'testex/STM32/STM32F3xx/SPI-N25Q128')
-rw-r--r-- | testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h b/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h index 48608a2f1..6fa1a6b17 100644 --- a/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h +++ b/testex/STM32/STM32F3xx/SPI-N25Q128/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__)
|