From 4e98ee4b123bddd22448fef47e02009428bb5f41 Mon Sep 17 00:00:00 2001 From: barthess Date: Sun, 28 Jun 2015 22:22:01 +0300 Subject: Added -Wundef key into Makefiles --- testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h') diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h b/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h index b284367..b4882dc 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h @@ -44,6 +44,13 @@ #define HAL_USE_ADC TRUE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC FALSE +#endif + /** * @brief Enables the CAN subsystem. */ -- cgit v1.2.3