Skip to content

Commit bda348a

Browse files
committed
add the samd CIRCUITPY_GETPASS default back in
1 parent 43b90ac commit bda348a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CIRCUITPY_KEYPAD = 0
3737
CIRCUITPY_LOCALE = 1
3838
CIRCUITPY_MSGPACK = 0
3939
CIRCUITPY_OPT_MAP_LOOKUP_CACHE = 1
40-
CIRCUITPY_PULSEIO = 1
40+
CIRCUITPY_PULSEIO = 0
4141
CIRCUITPY_RE = 0
4242
CIRCUITPY_SDCARDIO = 1
4343
CIRCUITPY_TRACEBACK = 1

ports/atmel-samd/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ CIRCUITPY_COUNTIO ?= 0
3939
# Not enough RAM for framebuffers
4040
CIRCUITPY_FRAMEBUFFERIO ?= 0
4141
CIRCUITPY_FREQUENCYIO ?= 0
42+
CIRCUITPY_GETPASS ?= 0
4243
CIRCUITPY_GIFIO ?= 0
4344
CIRCUITPY_I2CTARGET ?= 0
4445
CIRCUITPY_JSON ?= 0

0 commit comments

Comments
 (0)