stm32: enable ulab

This is needed because stm32 defines CIRCUITPY_MINIMAL_BUILD "for early
port".
This commit is contained in:
Jeff Epler 2020-03-09 15:53:31 -05:00
parent e128d770f1
commit 66aa0dec60
1 changed files with 2 additions and 0 deletions

View File

@ -71,5 +71,7 @@ endif
CFLAGS += -DMICROPY_CPYTHON_COMPAT=1
MICROPY_PY_ULAB = 1
#ifeq ($(MCU_SUB_VARIANT), stm32f412zx)
#endif