فهرست منبع

correct return value of midid_xfer_cb

hathach 6 سال پیش
والد
کامیت
05fd02194e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/class/midi/midi_device.c

+ 1 - 1
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
   // nothing to do with in and notif endpoint
 
 
-  return TUSB_ERROR_NONE;
+  return true;
 }
 }
 
 
 #endif
 #endif