]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
add debug message for MIDI CW
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Sun, 19 Jul 2020 10:00:40 +0000 (11:00 +0100)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Sun, 19 Jul 2020 10:00:40 +0000 (11:00 +0100)
midi3.c

diff --git a/midi3.c b/midi3.c
index d4f1aa94e7d661217a54f8487203fec34db50d05..3a096aae4917d09036c766e52f7feaa7cd16184c 100644 (file)
--- a/midi3.c
+++ b/midi3.c
@@ -225,6 +225,9 @@ void DoTheMidi(enum MIDIaction action, enum MIDItype type, int val) {
                new=(action == CWL);
                keyer_event(new,val);
            }
+#else
+           g_print("%s: %s:%d\n",__FUNCTION__,action==CWL?"CWL":"CWR",val);
+
 #endif
            break;
        /////////////////////////////////////////////////////////// "CWSPEED"