From: Martin Mares Date: Sat, 13 May 2023 21:16:50 +0000 (+0200) Subject: test-display: Fix names X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=99ad03617439b92373d44fb8261b77e2475ec94e;p=home-hw.git test-display: Fix names --- 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,