From 984148e9dbda3053aec71ea7da545bc75cd33e94 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 30 Sep 2013 10:00:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6334 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32L1xx/ADC/halconf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'testhal/STM32L1xx/ADC/halconf.h') diff --git a/testhal/STM32L1xx/ADC/halconf.h b/testhal/STM32L1xx/ADC/halconf.h index 85a5dbd3b..d60800288 100644 --- a/testhal/STM32L1xx/ADC/halconf.h +++ b/testhal/STM32L1xx/ADC/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. */ -- cgit v1.2.3