add several helper function

add test & code for hidh_keyboard_open_subtask
- skip parsing HID descriptor for keyboard
This commit is contained in:
hathach
2013-03-25 17:39:22 +07:00
parent c026a9f2e0
commit d0a73f4b0d
7 changed files with 53 additions and 34 deletions
+1
View File
@@ -100,6 +100,7 @@ typedef struct
extern tusb_descriptor_device_t const desc_device;
extern app_configuration_desc_t const desc_configuration;
extern const uint8_t keyboard_report_descriptor[];
#ifdef __cplusplus
}