Skip to content

Commit 3515a38

Browse files
committed
Don't use new compile flag
1 parent 0501a8e commit 3515a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CIRCUITPY_ZLIB = 0
5959

6060
# Turn off a few more things that don't fit in 192kB
6161

62-
CIRCUITPY_TERMINALIO_VT100 = 0
62+
CIRCUITPY_TERMINALIO_VT100 = 1
6363

6464
ifeq ($(INTERNAL_FLASH_FILESYSTEM),1)
6565
CIRCUITPY_ONEWIREIO ?= 0

0 commit comments

Comments
 (0)