Fixed race condition in MPU401 shutdown
svn-id: r8432
This commit is contained in:
parent
167ad2575a
commit
d2c952b315
8 changed files with 43 additions and 21 deletions
|
@ -26,7 +26,6 @@
|
|||
class MidiDriver_NULL : public MidiDriver_MPU401 {
|
||||
public:
|
||||
int open();
|
||||
void close() { }
|
||||
void send(uint32 b) { }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue