[STYLE] Revert the 'const' warning in cdcacm examples.

Examples are now compilable without warnings.
This commit is contained in:
Frantisek Burian
2014-03-23 21:17:15 +01:00
parent 49760aa021
commit dd320a6e99

View File

@@ -158,7 +158,7 @@ static const struct usb_config_descriptor config = {
.interface = ifaces,
};
static const char *const usb_strings[] = {
static const char * usb_strings[] = {
"Black Sphere Technologies",
"CDC-ACM Demo",
"DEMO",