Add comment

This commit is contained in:
Russell Gallop
2011-08-15 17:29:43 +01:00
parent 23280b0a66
commit bcea2045e7

View File

@@ -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");