summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-02-07 16:50:07 +0700
committerhathach <[email protected]>2020-02-07 16:50:07 +0700
commit087e3c7f56b1ab2f8b887a1cb4930ee7b779564f (patch)
treebf43742c6f2a7ff50eb2185dcad66d3c050f3d53 /src/class
parent9ca6311ac49559570c5d7366344fb5887b09e953 (diff)
parent0d3a7257f54db8b867be35d80b9c1fda85f656d3 (diff)
Merge branch 'master' into port-samg55
Diffstat (limited to 'src/class')
-rw-r--r--src/class/midi/midi_device.c2
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