house keeping

This commit is contained in:
hathach 2013-03-13 21:45:06 +07:00
parent 9bc30f7694
commit cd2915e78c
1 changed files with 1 additions and 1 deletions

View File

@ -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