Skip to content

Commit a625d3b

Browse files
Update mpconfigport.mk
Testing to see if PULSEIO can be forced.
1 parent ce1ad89 commit a625d3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/nordic/mpconfigport.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,12 @@ CIRCUITPY_LTO = 1
107107
CIRCUITPY_LTO_PARTITION = one
108108
ifeq ($(INTERNAL_FLASH_FILESYSTEM),1)
109109
CIRCUITPY_FULL_BUILD ?= 0
110-
CIRCUITPY_PULSEIO ?= 1
110+
#CIRCUITPY_PULSEIO ?= 1
111111
endif
112112
endif
113113
endif
114114

115+
CIRCUITPY_PULSEIO = 1 #force it
115116

116117

117118
# https://github.com/adafruit/Adafruit_CircuitPython_Register

0 commit comments

Comments
 (0)