fixup/test compiler warnings
This commit is contained in:
committed by
Graham Sanderson
parent
4f64f3af80
commit
7e4e3290d5
@@ -129,8 +129,8 @@ static const unsigned char lang_descriptor[] = {
|
||||
};
|
||||
|
||||
static const unsigned char *descriptor_strings[] = {
|
||||
"Raspberry Pi", // Vendor
|
||||
"Pico Test Device" // Product
|
||||
(unsigned char *) "Raspberry Pi", // Vendor
|
||||
(unsigned char *) "Pico Test Device" // Product
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user