aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/usb_descriptor.c
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2023-08-06 13:16:30 -0500
committerDavid Barksdale <amatus@amat.us>2023-08-06 13:16:30 -0500
commit2e584b8a27c7959b9f0ac1775db63dcc0aea1653 (patch)
tree11991d6c83fd087c60494d62d31943af383ddd69 /laser-tag software/usb_descriptor.c
parent71a0463206a224c56225aeb74c16d112a9239cb0 (diff)
Software changes for V2HEADmaster
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: */