summaryrefslogtreecommitdiff
path: root/software/mpu/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/mpu/halconf.h')
-rw-r--r--software/mpu/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/halconf.h b/software/mpu/halconf.h
index 3740179..31a845e 100644
--- a/software/mpu/halconf.h
+++ b/software/mpu/halconf.h
@@ -34,7 +34,7 @@
* @brief Enables the TM subsystem.
*/
#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
-#define HAL_USE_TM TRUE
+#define HAL_USE_TM FALSE
#endif
/**