]> sigrok.org Git - libsigrok.git/commit
Change type of SR_CONF_CONTINUOUS from SR_T_UINT64 to SR_T_BOOL
authorDiego Asanza <redacted>
Fri, 6 May 2016 22:07:00 +0000 (00:07 +0200)
committerUwe Hermann <redacted>
Mon, 16 May 2016 16:18:58 +0000 (18:18 +0200)
commit20d8ae41f49777f5a2bdf63f061b7f120fbcd8df
tree8fe6ec8e9000d31504c10ec74fa8207959957430
parentea3a77c756079c59db57b036b76a31460111206e
Change type of SR_CONF_CONTINUOUS from SR_T_UINT64 to SR_T_BOOL

SR_CONF_CONTINUOUS is used to check if a device supports continuous sampling
or not. As such, the type boolean is better suited.

Signed-off-by: Diego Asanza <redacted>
src/hwdriver.c