Update py/circuitpy_mpconfig.mk

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
Daniel Pollard 2020-05-08 07:55:11 +10:00 committed by GitHub
parent 84c806a4be
commit 94ca233d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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)