CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/17 01:58:47
Modified files:
sys/dev : midi.c
Log message:
Output interrupts are raised when the uart is ready for output, which
obviously can occur after the transfer complete. In this case, don't
print a warning (if MIDI_DEBUG defined) and don't attempt to stop the
transfer twice.
