Skip to content

Commit 461f75c

Browse files
Declare the function dsl_secuCheck
1 parent a316011 commit 461f75c

File tree

1 file changed

+2
-0
lines changed
  • libsigrok4DSL/hardware/DSL

1 file changed

+2
-0
lines changed

libsigrok4DSL/hardware/DSL/dsl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
extern struct ds_trigger *trigger;
3131

32+
SR_PRIV int dsl_secuCheck(const struct sr_dev_inst *sdi, uint16_t* encryption, int steps);
33+
3234
static const int32_t probeOptions[] = {
3335
SR_CONF_PROBE_COUPLING,
3436
SR_CONF_PROBE_VDIV,

0 commit comments

Comments
 (0)