[STYLE] Revert the 'const' warning in cdcacm examples.
Examples are now compilable without warnings.
This commit is contained in:
@@ -158,7 +158,7 @@ static const struct usb_config_descriptor config = {
|
|||||||
.interface = ifaces,
|
.interface = ifaces,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *const usb_strings[] = {
|
static const char * usb_strings[] = {
|
||||||
"Black Sphere Technologies",
|
"Black Sphere Technologies",
|
||||||
"CDC-ACM Demo",
|
"CDC-ACM Demo",
|
||||||
"DEMO",
|
"DEMO",
|
||||||
|
|||||||
Reference in New Issue
Block a user