From f498ebcdda54d99608da28822996fa03aa34b80a Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 26 Sep 2025 00:30:43 +1000 Subject: [PATCH] stm32/main: Remove unused include of stackctrl.h. Signed-off-by: Damien George --- ports/stm32/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/stm32/main.c b/ports/stm32/main.c index 51c29fe753..9ac2b44905 100644 --- a/ports/stm32/main.c +++ b/ports/stm32/main.c @@ -28,7 +28,6 @@ #include #include "py/runtime.h" -#include "py/stackctrl.h" #include "py/gc.h" #include "py/mperrno.h" #include "py/mphal.h"