]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fixed another typo
authorc vw <dl1ycf@darc.de>
Tue, 26 May 2020 16:34:15 +0000 (18:34 +0200)
committerc vw <dl1ycf@darc.de>
Tue, 26 May 2020 16:34:15 +0000 (18:34 +0200)
transmitter.c

index 3aeaa0cb8e37553f428c227577def8acfeafbc0a..ac7e2ad1ec34d100e157725f39166d6736556a89 100644 (file)
@@ -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;