From 61f8c5c56c8bf9d895a4968b1c2c0709e3d76892 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Tue, 26 May 2020 18:34:15 +0200
Subject: [PATCH] fixed another typo

---
 transmitter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.45.2