From aeec1687e2c8bdb263d32310851fa76c66922459 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 20 Dec 2021 11:52:45 -0700 Subject: [PATCH] MAX_DEPTH change --- Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller.cpp b/Controller.cpp index 5776946..605bfa3 100644 --- a/Controller.cpp +++ b/Controller.cpp @@ -25,7 +25,7 @@ #include "TranscoderPacket.h" #include "Controller.h" -#define MAX_DEPTH 3 +#define MAX_DEPTH 2 CController::CController() : dmr_vocoder_count(0), current_dmr_vocoder(0), dstar_vocoder_count(0), current_dstar_vocoder(0), dmr_depth(0), dstar_depth(0), keep_running(true) {