diff options
author | edolomb <none@example.com> | 2017-10-31 14:43:47 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2017-10-31 14:43:47 +0000 |
commit | 51da5500c0a8493f9b856dee741f84761870d8e3 (patch) | |
tree | 1357831a9f1d134d649ca93c57069a4f02eeee25 | |
parent | 2a17b025420033ec372550d709c00d8f7bb9e120 (diff) | |
download | ChibiOS-51da5500c0a8493f9b856dee741f84761870d8e3.tar.gz ChibiOS-51da5500c0a8493f9b856dee741f84761870d8e3.tar.bz2 ChibiOS-51da5500c0a8493f9b856dee741f84761870d8e3.zip |
Removed HAL_USE_TC
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10922 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | testhal/ATSAMA5D2/TC/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -157,13 +157,6 @@ #endif
/**
- * @brief Enables the TC subsystem.
- */
-#if !defined(HAL_USE_TC) || defined(__DOXYGEN__)
-#define HAL_USE_TC TRUE
-#endif
-
-/**
* @brief Enables the UART subsystem.
*/
#if !defined(HAL_USE_UART) || defined(__DOXYGEN__)
|