summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/main.c')
-rw-r--r--stmhal/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/main.c b/stmhal/main.c
index 4e50daba41..9f48fbfd65 100644
--- a/stmhal/main.c
+++ b/stmhal/main.c
@@ -187,7 +187,6 @@ static const char fresh_readme_txt[] =
int main(void) {
// TODO disable JTAG
- stack_ctrl_init();
// Stack limit should be less than real stack size, so we
// had chance to recover from limit hit.
stack_set_limit(&_ram_end - &_heap_end - 512);