From bcea2045e7f26dc2eba26872223131b5ff7aa66c Mon Sep 17 00:00:00 2001 From: Russell Gallop Date: Mon, 15 Aug 2011 17:29:43 +0100 Subject: [PATCH] Add comment --- module_usb_midi/src/usb_midi.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_midi/src/usb_midi.xc b/module_usb_midi/src/usb_midi.xc index 7cb74010..5f09cba1 100644 --- a/module_usb_midi/src/usb_midi.xc +++ b/module_usb_midi/src/usb_midi.xc @@ -200,7 +200,7 @@ void usb_midi(in port ?p_midi_in, out port ?p_midi_out, outputting = 1; } else { // Mid-symbol - txT += bit_time; + txT += bit_time; // Should this be after the output otherwise be double the length of the high before the start bit txPT += bit_time; p_midi_out @ txPT <: (symbol & 1); // printstr("mout2\n");