diff options
| author | hathach <[email protected]> | 2013-03-25 17:39:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-25 17:39:22 +0700 |
| commit | d0a73f4b0d6d25d5f6a08f3b519241cec4e2a535 (patch) | |
| tree | 1242ed2aa5239a1a71f3de6d10d8120b585e3ed0 /tests/test/support | |
| parent | c026a9f2e0aca713c7cb5f08eb40018f7f16e1be (diff) | |
add several helper function
add test & code for hidh_keyboard_open_subtask
- skip parsing HID descriptor for keyboard
Diffstat (limited to 'tests/test/support')
| -rw-r--r-- | tests/test/support/descriptor_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test/support/descriptor_test.h b/tests/test/support/descriptor_test.h index 24a45f10d..a87dd30bf 100644 --- a/tests/test/support/descriptor_test.h +++ b/tests/test/support/descriptor_test.h @@ -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 } |
