diff options
| -rw-r--r-- | common/usb_hc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_hc.h b/common/usb_hc.h index 51a66e0a..9a2d4cd1 100644 --- a/common/usb_hc.h +++ b/common/usb_hc.h @@ -58,7 +58,7 @@ struct usbh_urb { uint32_t num_of_iso_packets; usbh_complete_callback_t complete; void *arg; - struct usbh_iso_frame_packet iso_packet[]; + struct usbh_iso_frame_packet iso_packet[0]; }; /** |
