Skip to content

Commit e947e4e

Browse files
author
Daniel Pollard
committed
removed duplicate build param
1 parent 94ca233 commit e947e4e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

py/circuitpy_mpconfig.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ CIRCUITPY_ROTARYIO = 1
211211
endif
212212
CFLAGS += -DCIRCUITPY_ROTARYIO=$(CIRCUITPY_ROTARYIO)
213213

214-
ifndef CIRCUITPY_COUNTIO
215-
CIRCUITPY_COUNTIO = $(CIRCUITPY_FULL_BUILD)
216-
endif
217-
CFLAGS += -DCIRCUITPY_COUNTIO=$(CIRCUITPY_COUNTIO)
218214

219215
ifndef CIRCUITPY_RTC
220216
CIRCUITPY_RTC = 1

0 commit comments

Comments
 (0)