Skip to content

Commit 94ca233

Browse files
LearnWeavertannewt
andauthored
Update py/circuitpy_mpconfig.mk
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 84c806a commit 94ca233

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

py/circuitpy_mpconfig.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ CIRCUITPY_DIGITALIO = 1
109109
endif
110110
CFLAGS += -DCIRCUITPY_DIGITALIO=$(CIRCUITPY_DIGITALIO)
111111

112-
ifndef CIRCUITPY_COUNTIO
113-
CIRCUITPY_COUNTIO = 1
114-
endif
112+
CIRCUITPY_COUNTIO ?= 1
115113
CFLAGS += -DCIRCUITPY_COUNTIO=$(CIRCUITPY_COUNTIO)
116114

117115

0 commit comments

Comments
 (0)