Skip to content

Commit 9e999bd

Browse files
committed
need to actually build the files
1 parent 1fef6b4 commit 9e999bd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ports/unix/variants/coverage/mpconfigvariant.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ SRC_BITMAP := \
5656
shared-bindings/synthio/LFO.c \
5757
shared-bindings/synthio/Note.c \
5858
shared-bindings/synthio/Biquad.c \
59+
shared-bindings/synthio/BlockBiquad.c \
5960
shared-bindings/synthio/Synthesizer.c \
6061
shared-bindings/traceback/__init__.c \
6162
shared-bindings/util.c \
@@ -87,6 +88,7 @@ SRC_BITMAP := \
8788
shared-module/synthio/LFO.c \
8889
shared-module/synthio/Note.c \
8990
shared-module/synthio/Biquad.c \
91+
shared-module/synthio/BlockBiquad.c \
9092
shared-module/synthio/Synthesizer.c \
9193
shared-module/traceback/__init__.c \
9294
shared-module/zlib/__init__.c \

py/circuitpy_defns.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ SRC_SHARED_MODULE_ALL = \
717717
supervisor/__init__.c \
718718
supervisor/StatusBar.c \
719719
synthio/Biquad.c \
720+
synthio/BlockBiquad.c \
720721
synthio/LFO.c \
721722
synthio/Math.c \
722723
synthio/MidiTrack.c \

0 commit comments

Comments
 (0)