From 5928999fd50a6c2daa12eb7f2c183beffa2c0341 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 15 May 2016 09:18:27 +0000 Subject: Mass update of configuration files with QSPI settings. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9486 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'os') diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index 451dd1282..418ca9ce9 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -117,6 +117,13 @@ #define HAL_USE_PWM TRUE #endif +/** + * @brief Enables the QSPI subsystem. + */ +#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) +#define HAL_USE_QSPI TRUE +#endif + /** * @brief Enables the RTC subsystem. */ -- cgit v1.2.3