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 --- test/rt/testbuild/halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test') diff --git a/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h index eb5155f58..c65521edf 100644 --- a/test/rt/testbuild/halconf.h +++ b/test/rt/testbuild/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