refractor hidh_keyboard_open

This commit is contained in:
hathach
2013-03-25 20:57:27 +07:00
parent f5e7644a1e
commit a2031e6218
3 changed files with 43 additions and 25 deletions

View File

@@ -88,7 +88,6 @@ typedef struct {
} hidh_keyboard_info_t;
void hidh_keyboard_init(void);
tusb_error_t hidh_keyboard_install(uint8_t dev_addr, uint8_t const *descriptor) ATTR_WARN_UNUSED_RESULT;
tusb_error_t hidh_keyboard_open_subtask(uint8_t dev_addr, uint8_t const *descriptor, uint16_t *p_length) ATTR_WARN_UNUSED_RESULT;
void hidh_keyboard_close(uint8_t dev_addr);