aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/usb_descriptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/usb_descriptor.c')
-rw-r--r--laser-tag software/usb_descriptor.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/laser-tag software/usb_descriptor.c b/laser-tag software/usb_descriptor.c
index 283bcb6..0ecbdea 100644
--- a/laser-tag software/usb_descriptor.c
+++ b/laser-tag software/usb_descriptor.c
@@ -782,11 +782,11 @@ uint8_t USB_Desc_Set_Speed
usb_desc_request_notify_struct_t desc_callback =
{
- USB_Desc_Get_Descriptor,
- USB_Desc_Get_Interface,
- USB_Desc_Set_Interface,
- USB_Set_Configuration,
- USB_Desc_Get_Entity
+ .get_desc = USB_Desc_Get_Descriptor,
+ .get_desc_interface = USB_Desc_Get_Interface,
+ .set_desc_interface = USB_Desc_Set_Interface,
+ .set_configuration = USB_Set_Configuration,
+ .get_desc_entity = USB_Desc_Get_Entity,
};
/* vim: set expandtab ts=4 sw=4: */