diff options
| author | hathach <[email protected]> | 2019-05-02 13:27:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-02 13:27:00 +0700 |
| commit | 353d415d3fb569c85bcaf5d3658c40e1a3784a68 (patch) | |
| tree | 5507ecc21253e923fb1dc3dfe2ac444f5b071cae /tests | |
| parent | 1c0ec61aa1f7ea87dabe330036c0f4d59b629a5b (diff) | |
clean up
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/support/descriptor_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/support/descriptor_test.c b/tests/support/descriptor_test.c index 20e10af56..f4b1a6d17 100644 --- a/tests/support/descriptor_test.c +++ b/tests/support/descriptor_test.c @@ -166,7 +166,7 @@ const app_configuration_desc_t desc_configuration = .bLength = sizeof(tusb_hid_descriptor_hid_t), .bDescriptorType = HID_DESC_TYPE_HID, .bcdHID = 0x0111, - .bCountryCode = HID_Local_NotSupported, + .bCountryCode = HID_LOCAL_NotSupported, .bNumDescriptors = 1, .bReportType = HID_DESC_TYPE_REPORT, .wReportLength = sizeof(keyboard_report_descriptor) @@ -201,7 +201,7 @@ const app_configuration_desc_t desc_configuration = .bLength = sizeof(tusb_hid_descriptor_hid_t), .bDescriptorType = HID_DESC_TYPE_HID, .bcdHID = 0x0111, - .bCountryCode = HID_Local_NotSupported, + .bCountryCode = HID_LOCAL_NotSupported, .bNumDescriptors = 1, .bReportType = HID_DESC_TYPE_REPORT, .wReportLength = sizeof(mouse_report_descriptor) |
