diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-03-17 09:33:03 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-03-17 09:33:03 -0500 |
| commit | d6342af98014c0cc9e3c6b3010f06db88aa470b2 (patch) | |
| tree | b4f28b4576363d896e5f3c92cb3b3661028f21e1 /ports/stm | |
| parent | aa54a7e76e1f40c6811ce7a6df02546a719d80e8 (diff) | |
ulab: rename enable macro so it appears in the support matrix
Diffstat (limited to 'ports/stm')
| -rw-r--r-- | ports/stm/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm/mpconfigport.mk b/ports/stm/mpconfigport.mk index 493f32c63..529a94248 100644 --- a/ports/stm/mpconfigport.mk +++ b/ports/stm/mpconfigport.mk @@ -71,7 +71,7 @@ endif CFLAGS += -DMICROPY_CPYTHON_COMPAT=1 -MICROPY_PY_ULAB = 1 +CIRCUITPY_ULAB = 1 #ifeq ($(MCU_SUB_VARIANT), stm32f412zx) #endif |
