diff options
Diffstat (limited to 'demos/various')
-rwxr-xr-x | demos/various/RT-Posix-Simulator/cfg/halconf.h | 7 | ||||
-rw-r--r-- | demos/various/RT-Win32-Simulator/cfg/halconf.h | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/demos/various/RT-Posix-Simulator/cfg/halconf.h b/demos/various/RT-Posix-Simulator/cfg/halconf.h index 6f1bd82ff..0714d21eb 100755 --- a/demos/various/RT-Posix-Simulator/cfg/halconf.h +++ b/demos/various/RT-Posix-Simulator/cfg/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__)
diff --git a/demos/various/RT-Win32-Simulator/cfg/halconf.h b/demos/various/RT-Win32-Simulator/cfg/halconf.h index 6f1bd82ff..0714d21eb 100644 --- a/demos/various/RT-Win32-Simulator/cfg/halconf.h +++ b/demos/various/RT-Win32-Simulator/cfg/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__)
|