forked from PAWPAW-Mirror/lib_xua
Add comment
This commit is contained in:
@@ -200,7 +200,7 @@ void usb_midi(in port ?p_midi_in, out port ?p_midi_out,
|
|||||||
outputting = 1;
|
outputting = 1;
|
||||||
} else {
|
} else {
|
||||||
// Mid-symbol
|
// 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;
|
txPT += bit_time;
|
||||||
p_midi_out @ txPT <: (symbol & 1);
|
p_midi_out @ txPT <: (symbol & 1);
|
||||||
// printstr("mout2\n");
|
// printstr("mout2\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user