This commit is contained in:
hathach
2018-08-01 10:30:36 +07:00
parent 10c124315d
commit aa577b4cdf
3 changed files with 8 additions and 3 deletions

View File

@ -75,5 +75,10 @@ tud_desc_set_t tud_desc_set =
.device = NULL,
.config = NULL,
.string_arr = (uint8_t const **) string_desc_arr,
.hid_report = NULL
.hid_report =
{
.generic = NULL,
.boot_keyboard = NULL,
.boot_mouse = NULL
}
};