From 87e7d43068e0b096549b4d4209cb314fdc4f7128 Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 7 Jan 2020 20:21:34 +0100 Subject: [PATCH] core/firmware: gchelper.s moved to different directory --- core/SConscript.firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/SConscript.firmware b/core/SConscript.firmware index ae928546e3..367ae96b84 100644 --- a/core/SConscript.firmware +++ b/core/SConscript.firmware @@ -172,12 +172,12 @@ SOURCE_MICROPYTHON = [ 'vendor/micropython/extmod/utime_mphal.c', 'vendor/micropython/lib/embed/abort_.c', 'vendor/micropython/lib/mp-readline/readline.c', + 'vendor/micropython/lib/utils/gchelper_m3.s', 'vendor/micropython/lib/utils/interrupt_char.c', 'vendor/micropython/lib/utils/printf.c', 'vendor/micropython/lib/utils/pyexec.c', 'vendor/micropython/lib/utils/stdout_helpers.c', 'vendor/micropython/ports/stm32/gccollect.c', - 'vendor/micropython/ports/stm32/gchelper.s', 'vendor/micropython/ports/stm32/pendsv.c', 'vendor/micropython/py/argcheck.c', 'vendor/micropython/py/asmarm.c',