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/unix | |
| parent | aa54a7e76e1f40c6811ce7a6df02546a719d80e8 (diff) | |
ulab: rename enable macro so it appears in the support matrix
Diffstat (limited to 'ports/unix')
| -rw-r--r-- | ports/unix/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/mpconfigport.mk b/ports/unix/mpconfigport.mk index 4cb1804d4..6bb1c9693 100644 --- a/ports/unix/mpconfigport.mk +++ b/ports/unix/mpconfigport.mk @@ -41,4 +41,4 @@ MICROPY_PY_JNI = 0 # as submodules (currently affects only libffi). MICROPY_STANDALONE = 0 -MICROPY_PY_ULAB = 1 +CIRCUITPY_ULAB = 1 |
