From 34d794f731228f3ea540db71953f8316d732c01f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 15 Sep 2018 08:11:45 +0000 Subject: Mass update of halconf.h files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12257 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- demos/SPC5/RT-SPC56EL-EVB/halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'demos/SPC5/RT-SPC56EL-EVB') diff --git a/demos/SPC5/RT-SPC56EL-EVB/halconf.h b/demos/SPC5/RT-SPC56EL-EVB/halconf.h index 6e5569097..f33a080b9 100644 --- a/demos/SPC5/RT-SPC56EL-EVB/halconf.h +++ b/demos/SPC5/RT-SPC56EL-EVB/halconf.h @@ -166,6 +166,13 @@ #define HAL_USE_SPI FALSE #endif +/** + * @brief Enables the TRNG subsystem. + */ +#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__) +#define HAL_USE_TRNG FALSE +#endif + /** * @brief Enables the UART subsystem. */ -- cgit v1.2.3