]> sigrok.org Git - libsigrok.git/blobdiff - src/hwdriver.c
Change type of SR_CONF_CONTINUOUS from SR_T_UINT64 to SR_T_BOOL
[libsigrok.git] / src / hwdriver.c
index 1a502ca8cc37146b7409bf1f22d07ad4ba69eac6..0c668e059e36dc4be51598fccc5fec0f9a9cc987 100644 (file)
@@ -199,7 +199,7 @@ static struct sr_key_info sr_key_info_config[] = {
                "Sample limit", NULL},
        {SR_CONF_LIMIT_FRAMES, SR_T_UINT64, "limit_frames",
                "Frame limit", NULL},
-       {SR_CONF_CONTINUOUS, SR_T_UINT64, "continuous",
+       {SR_CONF_CONTINUOUS, SR_T_BOOL, "continuous",
                "Continuous sampling", NULL},
        {SR_CONF_DATALOG, SR_T_BOOL, "datalog",
                "Datalog", NULL},