Skip to content

Commit

Permalink
Merge pull request #3869 from jepler/disable-busdevice-in-core
Browse files Browse the repository at this point in the history
circuitpy_mpconfig.mk: Unconditionally disable CIRCUITPY_BUSDEVICE
  • Loading branch information
dhalbert authored Dec 23, 2020
2 parents eb65765 + 42a229c commit 966f4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/circuitpy_mpconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CFLAGS += -DCIRCUITPY_BLEIO=$(CIRCUITPY_BLEIO)
CIRCUITPY_BOARD ?= 1
CFLAGS += -DCIRCUITPY_BOARD=$(CIRCUITPY_BOARD)

CIRCUITPY_BUSDEVICE ?= $(CIRCUITPY_FULL_BUILD)
CIRCUITPY_BUSDEVICE = 0
CFLAGS += -DCIRCUITPY_BUSDEVICE=$(CIRCUITPY_BUSDEVICE)

CIRCUITPY_BUILTINS_POW3 ?= $(CIRCUITPY_FULL_BUILD)
Expand Down

0 comments on commit 966f4de

Please sign in to comment.