We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d10a3d commit 3cc46c7Copy full SHA for 3cc46c7
mpy-cross/mpy-cross.mk
@@ -67,7 +67,7 @@ SRC_C += \
67
shared/runtime/gchelper_generic.c \
68
supervisor/stub/safe_mode.c \
69
supervisor/stub/stack.c \
70
- supervisor/shared/translate.c
+ supervisor/shared/translate/translate.c
71
72
# Add fmode when compiling with mingw gcc
73
COMPILER_TARGET := $(shell $(CC) -dumpmachine)
ports/unix/Makefile
@@ -233,7 +233,7 @@ SRC_C += \
233
supervisor/stub/filesystem.c \
234
235
236
- supervisor/shared/translate.c \
+ supervisor/shared/translate/translate.c \
237
$(SRC_MOD) \
238
$(wildcard $(VARIANT_DIR)/*.c)
239
0 commit comments