From 67177198e9228a0b8c8086d85ba206ad8164bd01 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 29 Sep 2013 07:26:23 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6329 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F37x/SPI/halconf.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'testhal/STM32F37x/SPI/halconf.h') diff --git a/testhal/STM32F37x/SPI/halconf.h b/testhal/STM32F37x/SPI/halconf.h index 3e1cafbbf..d60800288 100644 --- a/testhal/STM32F37x/SPI/halconf.h +++ b/testhal/STM32F37x/SPI/halconf.h @@ -30,13 +30,6 @@ #include "mcuconf.h" -/** - * @brief Enables the TM subsystem. - */ -#if !defined(HAL_USE_TM) || defined(__DOXYGEN__) -#define HAL_USE_TM TRUE -#endif - /** * @brief Enables the PAL subsystem. */ @@ -48,7 +41,7 @@ * @brief Enables the ADC subsystem. */ #if !defined(HAL_USE_ADC) || defined(__DOXYGEN__) -#define HAL_USE_ADC FALSE +#define HAL_USE_ADC TRUE #endif /** @@ -139,7 +132,7 @@ * @brief Enables the SPI subsystem. */ #if !defined(HAL_USE_SPI) || defined(__DOXYGEN__) -#define HAL_USE_SPI TRUE +#define HAL_USE_SPI FALSE #endif /** -- cgit v1.2.3