diff options
| author | hathach <[email protected]> | 2013-03-13 21:45:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-13 21:45:06 +0700 |
| commit | cd2915e78cdd261713f1b0aa4ebe0441f99f9456 (patch) | |
| tree | 059920bdf35296180266f6eab979d43902740453 | |
| parent | 9bc30f76947b15b442f6e0ec7919baa17aea5737 (diff) | |
house keeping
| -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 |
