fix #13
This commit is contained in:
parent
10c124315d
commit
aa577b4cdf
@ -1 +1 @@
|
|||||||
Subproject commit 191b73b58c5ad6a098c652f31459ef39078a484b
|
Subproject commit d5e58ba02461f4563ded635ee1173cd3166e0bb1
|
@ -118,7 +118,7 @@ C_SOURCE_FILES += $(TUSB_PATH)/portable/nordic/nrf5x/dcd_nrf5x.c
|
|||||||
C_SOURCE_FILES += $(TUSB_PATH)/portable/nordic/nrf5x/hal_nrf5x.c
|
C_SOURCE_FILES += $(TUSB_PATH)/portable/nordic/nrf5x/hal_nrf5x.c
|
||||||
C_SOURCE_FILES += $(TUSB_PATH)/common/tusb_fifo.c
|
C_SOURCE_FILES += $(TUSB_PATH)/common/tusb_fifo.c
|
||||||
C_SOURCE_FILES += $(TUSB_PATH)/device/usbd.c
|
C_SOURCE_FILES += $(TUSB_PATH)/device/usbd.c
|
||||||
C_SOURCE_FILES += $(TUSB_PATH)/device/usbd_desc.c
|
C_SOURCE_FILES += $(TUSB_PATH)/device/usbd_auto_desc.c
|
||||||
C_SOURCE_FILES += $(TUSB_PATH)/class/cdc/cdc_device.c
|
C_SOURCE_FILES += $(TUSB_PATH)/class/cdc/cdc_device.c
|
||||||
C_SOURCE_FILES += $(TUSB_PATH)/class/msc/msc_device.c
|
C_SOURCE_FILES += $(TUSB_PATH)/class/msc/msc_device.c
|
||||||
C_SOURCE_FILES += $(TUSB_PATH)/class/custom/custom_device.c
|
C_SOURCE_FILES += $(TUSB_PATH)/class/custom/custom_device.c
|
||||||
|
@ -75,5 +75,10 @@ tud_desc_set_t tud_desc_set =
|
|||||||
.device = NULL,
|
.device = NULL,
|
||||||
.config = NULL,
|
.config = NULL,
|
||||||
.string_arr = (uint8_t const **) string_desc_arr,
|
.string_arr = (uint8_t const **) string_desc_arr,
|
||||||
.hid_report = NULL
|
.hid_report =
|
||||||
|
{
|
||||||
|
.generic = NULL,
|
||||||
|
.boot_keyboard = NULL,
|
||||||
|
.boot_mouse = NULL
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user