hathach 13 лет назад
Родитель
Сommit
cd2915e78c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tinyusb/host/usbh.h

+ 1 - 1
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