Skip to content

Commit bf45453

Browse files
committed
add module to coverage unix port list
1 parent 4b14747 commit bf45453

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ports/unix/variants/coverage/mpconfigvariant.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ SRC_BITMAP := \
3737
shared-bindings/audiodelays/Echo.c \
3838
shared-bindings/audiodelays/Chorus.c \
3939
shared-bindings/audiodelays/PitchShift.c \
40+
shared-bindings/audiodelays/GranularPitchShift.c \
4041
shared-bindings/audiodelays/MultiTapDelay.c \
4142
shared-bindings/audiodelays/__init__.c \
4243
shared-bindings/audiofilters/Distortion.c \
@@ -85,6 +86,7 @@ SRC_BITMAP := \
8586
shared-module/audiodelays/Echo.c \
8687
shared-module/audiodelays/Chorus.c \
8788
shared-module/audiodelays/PitchShift.c \
89+
shared-module/audiodelays/GranularPitchShift.c \
8890
shared-module/audiodelays/MultiTapDelay.c \
8991
shared-module/audiodelays/__init__.c \
9092
shared-module/audiofilters/Distortion.c \

0 commit comments

Comments
 (0)