Skip to content

Commit c39a515

Browse files
committed
Turn safemode.py off on non-external-flash SAMD21 builds
1 parent d46d9d5 commit c39a515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ CIRCUITPY_ZLIB = 0
5757

5858
ifeq ($(INTERNAL_FLASH_FILESYSTEM),1)
5959
CIRCUITPY_ONEWIREIO ?= 0
60+
CIRCUITPY_SAFEMODE_PY ?= 0
6061
CIRCUITPY_USB_IDENTIFICATION ?= 0
6162
endif
6263

0 commit comments

Comments
 (0)