diff options
| author | Damien George <damien@micropython.org> | 2025-09-26 00:30:43 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-10-10 14:49:09 +1100 |
| commit | f498ebcdda54d99608da28822996fa03aa34b80a (patch) | |
| tree | 388e00bea483f7a0a0fa01be3d8a4d9abbf6181a | |
| parent | f7b30aa423410d3c757f7463372035af206b16d4 (diff) | |
stm32/main: Remove unused include of stackctrl.h.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | ports/stm32/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/main.c b/ports/stm32/main.c index 51c29fe75..9ac2b4490 100644 --- a/ports/stm32/main.c +++ b/ports/stm32/main.c @@ -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" |
