commit 0fafef7125c36d3de5241e2a65c457c6e5abf67b parent 8a23277fb61822729b4eb9881cb2339a2f24122c Author: Adam M <[email protected]> Date: Sun, 10 Jan 2021 18:30:34 -0600 debug range Diffstat:
M | src/ComputerscareDebug.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ComputerscareDebug.cpp b/src/ComputerscareDebug.cpp @@ -52,7 +52,7 @@ struct ComputerscareDebug : Module { int outputRangeEnum = 0; - float outputRanges[6][2]; + float outputRanges[8][2]; int stepCounter; dsp::SchmittTrigger clockTriggers[NUM_LINES];