diff options
| author | Ha Thach <[email protected]> | 2020-01-17 17:20:47 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-17 17:20:47 +0700 |
| commit | 0d3a7257f54db8b867be35d80b9c1fda85f656d3 (patch) | |
| tree | 709e6aaff866c54087d9fc0f6ee80270394ccda9 /src/class | |
| parent | 1f95f439e11f519e69d75a4a8b7b9f28eaf5060e (diff) | |
| parent | e2f60a5134890ab9fdeea0e1794c157f38c25918 (diff) | |
Merge pull request #275 from hathach/develop
rt10xx: correct max endpoint count is 8
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/midi/midi_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/midi/midi_device.c b/src/class/midi/midi_device.c index 312405621..ae6e3afe1 100644 --- a/src/class/midi/midi_device.c +++ b/src/class/midi/midi_device.c @@ -355,7 +355,7 @@ bool midid_xfer_cb(uint8_t rhport, uint8_t ep_addr, xfer_result_t result, uint32 // nothing to do with in and notif endpoint - return TUSB_ERROR_NONE; + return true; } #endif |
