diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-04-23 17:12:55 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-04-23 17:43:35 -0400 |
| commit | bd0df9e3bcd8179ac35ac7b3b3bc6bbc26e2a7ab (patch) | |
| tree | 5af7e53e1b907cda3056b5eb031d14a7f65fda3b /py | |
| parent | b6f07a1c418153dbe90a33e0569fa099c71a8ad8 (diff) | |
Minor redundancy fix
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk index 9f0a1684a..30ab720d7 100644 --- a/py/circuitpy_mpconfig.mk +++ b/py/circuitpy_mpconfig.mk @@ -319,6 +319,7 @@ CFLAGS += -DCIRCUITPY_SERIAL_UART=$(CIRCUITPY_SERIAL_UART) ifndef CIRCUITPY_ULAB CIRCUITPY_ULAB = $(CIRCUITPY_FULL_BUILD) endif +CFLAGS += -DCIRCUITPY_ULAB=$(CIRCUITPY_ULAB) # Enabled micropython.native decorator (experimental) ifndef CIRCUITPY_ENABLE_MPY_NATIVE |
