diff options
Diffstat (limited to 'demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h')
-rw-r--r-- | demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h b/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h index 443a3f2be..0189c3de8 100644 --- a/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h +++ b/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h @@ -35,6 +35,13 @@ #include "mcuconf.h"
/**
+ * @brief Enables the TM subsystem.
+ */
+#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
+#define HAL_USE_TM TRUE
+#endif
+
+/**
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
@@ -185,10 +192,6 @@ #endif
/*===========================================================================*/
-/* EXT driver related settings. */
-/*===========================================================================*/
-
-/*===========================================================================*/
/* I2C driver related settings. */
/*===========================================================================*/
|