From: c vw Date: Wed, 11 Aug 2021 16:24:05 +0000 (+0200) Subject: fixed typo (forgotten to rename PTTKEYER to PTT) X-Git-Url: https://git.rkrishnan.org/Site/Content/$sch_link?a=commitdiff_plain;h=b0f9a7c2facfa4ecb5223701fbf481a2dde9eebc;p=pihpsdr.git fixed typo (forgotten to rename PTTKEYER to PTT) --- diff --git a/midi3.c b/midi3.c index b097999..41cd414 100644 --- 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);