From cd2915e78cdd261713f1b0aa4ebe0441f99f9456 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 13 Mar 2013 21:45:06 +0700 Subject: [PATCH] house keeping --- tinyusb/host/usbh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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