]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/atten-pps3xxx/protocol.c
Constify a lot more items.
[libsigrok.git] / src / hardware / atten-pps3xxx / protocol.c
index a969e9763cd1f19a8e205147bcbe664c1ca66148..34e0af42824ebff7fa13623c79e84bfb8ad93f9d 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include "protocol.h"
 
-static void dump_packet(char *msg, uint8_t *packet)
+static void dump_packet(const char *msg, uint8_t *packet)
 {
        int i;
        char str[128];