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

This commit is contained in:
gdisirio 2013-02-16 19:07:36 +00:00
parent 8982fd6105
commit 87fe41551d
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
/**
* @name Drivers enable switches
*/
/**
* @brief Enables the TM subsystem.
*/
#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
#define HAL_USE_TM TRUE
#endif