Skip to content

Commit c016ea6

Browse files
committed
ulab: actually update the submodule
PR#2802 missed the submodule update itself.
1 parent b87af3b commit c016ea6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

py/py.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ endif
107107

108108
ifeq ($(CIRCUITPY_ULAB),1)
109109
SRC_MOD += $(addprefix extmod/ulab/code/, \
110+
compare.c \
110111
create.c \
111112
extras.c \
112113
fft.c \

0 commit comments

Comments
 (0)