summaryrefslogtreecommitdiff
path: root/tinyusb/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-13 21:45:06 +0700
committerhathach <[email protected]>2013-03-13 21:45:06 +0700
commitcd2915e78cdd261713f1b0aa4ebe0441f99f9456 (patch)
tree059920bdf35296180266f6eab979d43902740453 /tinyusb/host
parent9bc30f76947b15b442f6e0ec7919baa17aea5737 (diff)
house keeping
Diffstat (limited to 'tinyusb/host')
-rw-r--r--tinyusb/host/usbh.h2
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