]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fixed typo (forgotten to rename PTTKEYER to PTT)
authorc vw <dl1ycf@darc.de>
Wed, 11 Aug 2021 16:24:05 +0000 (18:24 +0200)
committerc vw <dl1ycf@darc.de>
Wed, 11 Aug 2021 16:24:05 +0000 (18:24 +0200)
midi3.c

diff --git a/midi3.c b/midi3.c
index b097999726c79cccc857f38db2586bdb66920af3..41cd4145b4629bc08a323f1d3cf3388c4060cdd9 100644 (file)
--- a/midi3.c
+++ b/midi3.c
@@ -768,8 +768,8 @@ int DoTheRestOfTheMIDI(void *data) {
            }
             update_att_preamp();
            break;
-       /////////////////////////////////////////////////////////// "PTT(Keyer)"
-        case MIDI_ACTION_PTTKEYER:  // key only
+       /////////////////////////////////////////////////////////// "PTT"
+        case MIDI_ACTION_PTT:  // key only
             // always use with "ONOFF"
            if (can_transmit) {
                 mox_update(val);