From c4a51d2d88f3120b5041f8a824a259903f1b78f2 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 7 May 2012 01:35:57 -0400 Subject: missing const --- firmware/usbstack/usb_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/usbstack/usb_core.c b/firmware/usbstack/usb_core.c index eb17073e51..cc26e906e8 100644 --- a/firmware/usbstack/usb_core.c +++ b/firmware/usbstack/usb_core.c @@ -278,7 +278,7 @@ static void usb_core_control_request_handler(struct usb_ctrlrequest* req); static unsigned char response_data[256] USB_DEVBSS_ATTR; -static short hex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', +static const short hex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'}; #ifdef IPOD_ARCH static void set_serial_descriptor(void) -- cgit v1.2.3