Skip to content

Commit

Permalink
Rename defn to add audiodelays
Browse files Browse the repository at this point in the history
  • Loading branch information
gamblor21 committed Oct 12, 2024
1 parent af947a5 commit 4464531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/raspberrypi/mpconfigport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CIRCUITPY_PICODVI ?= 1
CIRCUITPY_TOUCHIO = 0

# Audio effects
CIRCUITPY_AUDIOEFFECTS ?= 1
CIRCUITPY_AUDIODELAYS ?= 1
endif

INTERNAL_LIBM = 1
Expand Down
2 changes: 1 addition & 1 deletion py/circuitpy_defns.mk
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ endif
ifeq ($(CIRCUITPY_AUDIOCORE),1)
SRC_PATTERNS += audiocore/%
endif
ifeq ($(CIRCUITPY_AUDIOEFFECTS),1)
ifeq ($(CIRCUITPY_AUDIODELAYS),1)
SRC_PATTERNS += audiodelays/%
endif
ifeq ($(CIRCUITPY_AUDIOMIXER),1)
Expand Down

0 comments on commit 4464531

Please sign in to comment.