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 604303725..8429285cd 100644
--- a/os/hal/src/hal.c
+++ b/os/hal/src/hal.c
@@ -80,9 +80,6 @@ void halInit(void) {
#if (HAL_USE_DAC == TRUE) || defined(__DOXYGEN__)
dacInit();
#endif
-#if (HAL_USE_EXT == TRUE) || defined(__DOXYGEN__)
- extInit();
-#endif
#if (HAL_USE_GPT == TRUE) || defined(__DOXYGEN__)
gptInit();
#endif