summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-04-26 10:12:56 -0500
committerJeff Epler <jepler@gmail.com>2020-04-26 10:12:56 -0500
commitc016ea6f0a090663f96dc84c430ff7ab722e4096 (patch)
tree9580ce2e05e91d3563057aa2af3894dadd30ee51 /py
parentb87af3b0719cfd1d75c3ddce6fd1352da510ed55 (diff)
ulab: actually update the submodule
PR#2802 missed the submodule update itself.
Diffstat (limited to 'py')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index bca6ac14c..ec0625db6 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -107,6 +107,7 @@ endif
ifeq ($(CIRCUITPY_ULAB),1)
SRC_MOD += $(addprefix extmod/ulab/code/, \
+compare.c \
create.c \
extras.c \
fft.c \