forked from len0rd/rockbox
Fix yellow. usb_strings needs to point to const data as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17141 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ff61eee6a
commit
689020f689
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ static const struct usb_string_descriptor __attribute__((aligned(2)))
|
|||
{'C','h','a','r','g','i','n','g',' ','o','n','l','y'}
|
||||
};
|
||||
|
||||
static struct usb_string_descriptor* const usb_strings[] =
|
||||
static const struct usb_string_descriptor* const usb_strings[] =
|
||||
{
|
||||
&lang_descriptor,
|
||||
&usb_string_iManufacturer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue