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 822b3c9 commit 88670f6Copy full SHA for 88670f6
src/codal_port/Makefile
@@ -77,6 +77,7 @@ SRC_C += \
77
microbit_speaker.c \
78
microbit_spi.c \
79
microbit_uart.c \
80
+ microbitfs.c \
81
modantigravity.c \
82
modaudio.c \
83
modlog.c \
@@ -97,7 +98,6 @@ SRC_C += \
97
98
shared/runtime/gchelper_native.c \
99
shared/runtime/pyexec.c \
100
shared/runtime/stdout_helpers.c \
- ports/nrf/modules/uos/microbitfs.c \
101
$(abspath $(NRFX_DIR)/drivers/src/nrfx_nvmc.c) \
102
$(abspath $(LOCAL_LIB_DIR)/sam/main.c) \
103
$(abspath $(LOCAL_LIB_DIR)/sam/reciter.c) \
0 commit comments