From: c vw Date: Tue, 26 May 2020 16:34:15 +0000 (+0200) Subject: fixed another typo X-Git-Url: https://git.rkrishnan.org/pf/content/reliability?a=commitdiff_plain;h=61f8c5c56c8bf9d895a4968b1c2c0709e3d76892;p=pihpsdr.git fixed another typo --- diff --git a/transmitter.c b/transmitter.c index 3aeaa0c..ac7e2ad 100644 --- a/transmitter.c +++ b/transmitter.c @@ -598,7 +598,7 @@ static gboolean update_display(gpointer data) { break; #ifdef SOAPYSDR - case SOAPY_PROTOCOL: + case SOAPYSDR_PROTOCOL: transmitter->fwd=0.0; transmitter->exciter=0.0; transmitter->rev=0.0;