summaryrefslogtreecommitdiffstats
path: root/include/usb/dfu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/dfu.h')
-rw-r--r--include/usb/dfu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/dfu.h b/include/usb/dfu.h
index d522e1f21d..698ba9d5a1 100644
--- a/include/usb/dfu.h
+++ b/include/usb/dfu.h
@@ -33,7 +33,7 @@ struct usb_dfu_dev {
struct usb_dfu_pdata {
char *manufacturer;
- char *productname;
+ const char *productname;
u16 idVendor;
u16 idProduct;