]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/testo/protocol.h
Constify a lot more items.
[libsigrok.git] / src / hardware / testo / protocol.h
index 8621bc2cc1f2512595eb6838ad18700308da7598..06a29644c17b0f646a0c727651304849281e25bd 100644 (file)
@@ -46,7 +46,7 @@
 #define EP_OUT               2 | LIBUSB_ENDPOINT_OUT
 
 struct testo_model {
-       char *name;
+       const char *name;
        int request_size;
        const uint8_t *request;
 };