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
|
endif
|
||||||
CFLAGS += -DCIRCUITPY_DIGITALIO=$(CIRCUITPY_DIGITALIO)
|
CFLAGS += -DCIRCUITPY_DIGITALIO=$(CIRCUITPY_DIGITALIO)
|
||||||
|
|
||||||
ifndef CIRCUITPY_COUNTIO
|
CIRCUITPY_COUNTIO ?= 1
|
||||||
CIRCUITPY_COUNTIO = 1
|
|
||||||
endif
|
|
||||||
CFLAGS += -DCIRCUITPY_COUNTIO=$(CIRCUITPY_COUNTIO)
|
CFLAGS += -DCIRCUITPY_COUNTIO=$(CIRCUITPY_COUNTIO)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user