From 99ad03617439b92373d44fb8261b77e2475ec94e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 May 2023 23:16:50 +0200 Subject: [PATCH] test-display: Fix names --- test-display/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-display/main.c b/test-display/main.c index a00c20a..4fb1590 100644 --- a/test-display/main.c +++ b/test-display/main.c @@ -1,5 +1,5 @@ /* - * Test Gadget + * Workshop Clock * * (c) 2020 Martin Mareš */ @@ -208,7 +208,7 @@ static char usb_serial_number[13]; static const char *usb_strings[] = { "United Computer Wizards", - "Test Gadget", + "Workshop Clock", usb_serial_number, }; @@ -230,7 +230,7 @@ static const struct usb_device_descriptor device = { }; static const struct usb_endpoint_descriptor endpoints[] = {{ - // Bulk end-point for sending values to DMX + // Bulk end-point for sending values to the display .bLength = USB_DT_ENDPOINT_SIZE, .bDescriptorType = USB_DT_ENDPOINT, .bEndpointAddress = 0x01, -- 2.39.2