diff options
Diffstat (limited to 'demos/PPC-SPC563-GCC/halconf.h')
-rw-r--r-- | demos/PPC-SPC563-GCC/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563-GCC/halconf.h b/demos/PPC-SPC563-GCC/halconf.h index 68bc2405c..ed777ab57 100644 --- a/demos/PPC-SPC563-GCC/halconf.h +++ b/demos/PPC-SPC563-GCC/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
/**
|