aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/hal.c')
-rw-r--r--os/hal/src/hal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/src/hal.c b/os/hal/src/hal.c
index 8b56b4ac8..7b6dc4640 100644
--- a/os/hal/src/hal.c
+++ b/os/hal/src/hal.c
@@ -65,9 +65,6 @@ void halInit(void) {
/* Platform low level initializations.*/
hal_lld_init();
-#if HAL_USE_TM || defined(__DOXYGEN__)
- tmInit();
-#endif
#if HAL_USE_PAL || defined(__DOXYGEN__)
palInit(&pal_default_config);
#endif