Update py/circuitpy_mpconfig.mk
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
parent
84c806a4be
commit
94ca233d97
|
@ -109,9 +109,7 @@ CIRCUITPY_DIGITALIO = 1
|
|||
endif
|
||||
CFLAGS += -DCIRCUITPY_DIGITALIO=$(CIRCUITPY_DIGITALIO)
|
||||
|
||||
ifndef CIRCUITPY_COUNTIO
|
||||
CIRCUITPY_COUNTIO = 1
|
||||
endif
|
||||
CIRCUITPY_COUNTIO ?= 1
|
||||
CFLAGS += -DCIRCUITPY_COUNTIO=$(CIRCUITPY_COUNTIO)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue