]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/lascar-el-usb/protocol.h
Constify a lot more items.
[libsigrok.git] / src / hardware / lascar-el-usb / protocol.h
index 08197fb202be065a9d0f7303b8460f1b7cbfb40a..482c4a9788fd923445a9ba3178346ddaa355a49f 100644 (file)
@@ -68,7 +68,7 @@ enum {
 
 struct elusb_profile {
        int modelid;
-       char *modelname;
+       const char *modelname;
        int logformat;
 };