X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fcenter-3xx%2Fprotocol.h;h=acad71d4ece59ed4001d5673701ae7f0a7246bf2;hb=62974b235a5c5aeaacad5d28a50aef39f528dccd;hp=c920f32a3352e1e61edf1c4ded7be4318df07345;hpb=489c338884ee592635a9166907832ac39e8195a7;p=libsigrok.git diff --git a/src/hardware/center-3xx/protocol.h b/src/hardware/center-3xx/protocol.h index c920f32a..acad71d4 100644 --- a/src/hardware/center-3xx/protocol.h +++ b/src/hardware/center-3xx/protocol.h @@ -26,7 +26,7 @@ #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "center-3xx" @@ -37,9 +37,9 @@ enum { }; struct center_dev_info { - char *vendor; - char *device; - char *conn; + const char *vendor; + const char *device; + const char *conn; int num_channels; uint32_t max_sample_points; uint8_t packet_size;