MicroPython: Enable ulab for Tiny2040 builds.

This commit is contained in:
Phil Howard 2022-11-09 14:02:01 +00:00 committed by Phil Howard
parent 3d8f8c9a83
commit fbed8004ae
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ include(micropython-common)
# C++ Magic Memory
include(cppmem/micropython)
enable_ulab()