diff options
Diffstat (limited to 'test/coverage/halconf.h')
-rw-r--r-- | test/coverage/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/coverage/halconf.h b/test/coverage/halconf.h index def32cb3d..5b49950cd 100644 --- a/test/coverage/halconf.h +++ b/test/coverage/halconf.h @@ -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
/**
|