]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/chronovu-la/api.c
Constify a few arrays and variables.
[libsigrok.git] / src / hardware / chronovu-la / api.c
index 7d4aae042361fbb1c1a57e0633a7a8049f03fc69..379b0a4a7100ee7fdd142377433287403cbf6179 100644 (file)
@@ -39,7 +39,7 @@ static const int32_t trigger_matches[] = {
 };
 
 /* The ChronoVu LA8/LA16 can have multiple VID/PID pairs. */
-static struct {
+static const struct {
        uint16_t vid;
        uint16_t pid;
        int model;