git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3779 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-01-09 19:44:49 +00:00
parent e9e6cdc67c
commit 2129c697e5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
* @brief Enables the TM subsystem.
*/
#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
#define HAL_USE_TM TRUE
#define HAL_USE_TM FALSE
#endif
/**