forked from len0rd/rockbox
missing const
This commit is contained in:
parent
dd57c01bef
commit
c4a51d2d88
1 changed files with 1 additions and 1 deletions
|
@ -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 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'};
|
'8', '9', 'A', 'B', 'C', 'D', 'E', 'F'};
|
||||||
#ifdef IPOD_ARCH
|
#ifdef IPOD_ARCH
|
||||||
static void set_serial_descriptor(void)
|
static void set_serial_descriptor(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue