]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/ikalogic-scanaplus/api.c
Constify a few arrays and variables.
[libsigrok.git] / src / hardware / ikalogic-scanaplus / api.c
index 6e311cbd782f5e6886ed7e1821ecedf97a7f7531..37eecbd0ab10528ed85f0cbbf55c1f9c304ffcdb 100644 (file)
@@ -42,7 +42,7 @@ static const char *channel_names[] = {
 };
 
 /* Note: The IKALOGIC ScanaPLUS always samples at 100MHz. */
-static uint64_t samplerates[1] = { SR_MHZ(100) };
+static const uint64_t samplerates[1] = { SR_MHZ(100) };
 
 SR_PRIV struct sr_dev_driver ikalogic_scanaplus_driver_info;