Skip to content

Commit cacbe6c

Browse files
committed
fix typo
1 parent d780c32 commit cacbe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/ps2000a.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ impl PicoDriver for PS2000ADriver {
363363
trigger_type as PS2000A_SIGGEN_TRIG_TYPE,
364364
trigger_source as PS2000A_SIGGEN_TRIG_SOURCE,
365365
ext_in_threshold,
366-
)}).to_result((), "set_sig_gen_arbitrary")
366+
)}).to_result((), "set_sig_gen_built_in_v2")
367367
}
368368

369369
#[tracing::instrument(level = "trace", skip(self))]

0 commit comments

Comments
 (0)