diff options
| author | Daniel Pollard <daniel.pollard@learnweaver.com> | 2020-05-08 07:55:11 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 07:55:11 +1000 |
| commit | 94ca233d976a9641c207a244f7c92097cb75da91 (patch) | |
| tree | 7d64b49e7b3a2d50cf8c9e5ee9b83c07359932f8 /py | |
| parent | 84c806a4bebb72b8deaae8cb5cada9d5ab7aa41b (diff) | |
Update py/circuitpy_mpconfig.mk
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk index 95e3512f1..c805b0501 100644 --- a/py/circuitpy_mpconfig.mk +++ b/py/circuitpy_mpconfig.mk @@ -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) |
