From 181839b76a1692f5be194848ac64f5ba2a1df9c1 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 8 Dec 2021 18:33:25 -0700 Subject: [PATCH] fix compile error --- Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller.cpp b/Controller.cpp index 8733e2a..3f2100b 100644 --- a/Controller.cpp +++ b/Controller.cpp @@ -197,7 +197,7 @@ void CController::ReadReflector() } } // encode the audio to dstar - unsigned int devnum = current_dstar_vocoder / 3; + devnum = current_dstar_vocoder / 3; //send the audio to the current dstar vocoder dstar_device[devnum]->SendAudio(current_dstar_vocoder%3, packet->GetAudio()); //push the packet onto the vocoder's queue