stm32/main: Remove unused include of stackctrl.h.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-09-26 00:30:43 +10:00
parent f7b30aa423
commit f498ebcdda

View File

@@ -28,7 +28,6 @@
#include <string.h>
#include "py/runtime.h"
#include "py/stackctrl.h"
#include "py/gc.h"
#include "py/mperrno.h"
#include "py/mphal.h"