From 51da5500c0a8493f9b856dee741f84761870d8e3 Mon Sep 17 00:00:00 2001 From: edolomb Date: Tue, 31 Oct 2017 14:43:47 +0000 Subject: Removed HAL_USE_TC git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10922 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/ATSAMA5D2/TC/halconf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'testhal/ATSAMA5D2/TC') diff --git a/testhal/ATSAMA5D2/TC/halconf.h b/testhal/ATSAMA5D2/TC/halconf.h index 087602c9b..06f68ba60 100644 --- a/testhal/ATSAMA5D2/TC/halconf.h +++ b/testhal/ATSAMA5D2/TC/halconf.h @@ -156,13 +156,6 @@ #define HAL_USE_SPI FALSE #endif -/** - * @brief Enables the TC subsystem. - */ -#if !defined(HAL_USE_TC) || defined(__DOXYGEN__) -#define HAL_USE_TC TRUE -#endif - /** * @brief Enables the UART subsystem. */ -- cgit v1.2.3