diff options
| author | Daniel Pollard <daniel@learnweaver.com> | 2020-05-09 17:56:38 +1000 |
|---|---|---|
| committer | Daniel Pollard <daniel@learnweaver.com> | 2020-05-09 17:56:38 +1000 |
| commit | e947e4eb580e080d37445240ec88610fc1787975 (patch) | |
| tree | bdcf0a982e9a62ef7a27b9753b8384dd1ac40bda /py | |
| parent | 94ca233d976a9641c207a244f7c92097cb75da91 (diff) | |
removed duplicate build param
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk index c805b0501..73eb4fa5a 100644 --- a/py/circuitpy_mpconfig.mk +++ b/py/circuitpy_mpconfig.mk @@ -211,10 +211,6 @@ CIRCUITPY_ROTARYIO = 1 endif CFLAGS += -DCIRCUITPY_ROTARYIO=$(CIRCUITPY_ROTARYIO) -ifndef CIRCUITPY_COUNTIO -CIRCUITPY_COUNTIO = $(CIRCUITPY_FULL_BUILD) -endif -CFLAGS += -DCIRCUITPY_COUNTIO=$(CIRCUITPY_COUNTIO) ifndef CIRCUITPY_RTC CIRCUITPY_RTC = 1 |
