summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/gccollect.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/gccollect.c')
-rw-r--r--ports/stm32/gccollect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/gccollect.c b/ports/stm32/gccollect.c
index 8b47b121ec..bd697a2af3 100644
--- a/ports/stm32/gccollect.c
+++ b/ports/stm32/gccollect.c
@@ -30,7 +30,7 @@
#include "py/mpstate.h"
#include "py/gc.h"
#include "py/mpthread.h"
-#include "lib/utils/gchelper.h"
+#include "shared/runtime/gchelper.h"
#include "gccollect.h"
#include "softtimer.h"
#include "systick.h"