Skip to content

Commit f71f663

Browse files
committed
Enable ulab
1 parent 2529c0a commit f71f663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ CIRCUITPY_COUNTIO = 0
2727
# any port once their prerequisites in common-hal are complete.
2828
CIRCUITPY_RANDOM = 0 # Requires OS
2929
CIRCUITPY_USB_MIDI = 0 # Requires USB
30-
CIRCUITPY_ULAB = 0 # No requirements, but takes extra flash
30+
CIRCUITPY_ULAB = 1 # No requirements, but takes extra flash
3131

3232
CIRCUITPY_MODULE ?= none

0 commit comments

Comments
 (0)