ulab: actually update the submodule

PR#2802 missed the submodule update itself.
This commit is contained in:
Jeff Epler 2020-04-26 10:12:56 -05:00
parent b87af3b071
commit c016ea6f0a
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit a746bd8e0953853056ee405e2fa02c8ebca4fb79
Subproject commit 314bb010bb0282888b21c20123eba5d87f20874f

View File

@ -107,6 +107,7 @@ endif
ifeq ($(CIRCUITPY_ULAB),1)
SRC_MOD += $(addprefix extmod/ulab/code/, \
compare.c \
create.c \
extras.c \
fft.c \