diff options
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/host/usbh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.h b/tinyusb/host/usbh.h index 2d74cd359..8d632f139 100644 --- a/tinyusb/host/usbh.h +++ b/tinyusb/host/usbh.h @@ -153,7 +153,7 @@ typedef struct { void (* const init) (void); tusb_error_t (* const open_subtask)(uint8_t, uint8_t const *, uint16_t*); void (* const isr) (pipe_handle_t); - void (* const close) (uint8_t) + void (* const close) (uint8_t); } class_driver_t; //--------------------------------------------------------------------+ // INTERNAL OBJECT & FUNCTION DECLARATION |
