X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fscpi-pps%2Fprotocol.h;h=7699ac844ad6382eec3d015d27417e45e47a28c1;hp=04f3a0b00c3cf4323dfd4eebf6f9a844a2e693ec;hb=fd2433153a3e2c2681d637f715c19f2b6f40fcc9;hpb=965261008009e41e9f89efe416ed1ae5d23aadaf diff --git a/src/hardware/scpi-pps/protocol.h b/src/hardware/scpi-pps/protocol.h index 04f3a0b0..7699ac84 100644 --- a/src/hardware/scpi-pps/protocol.h +++ b/src/hardware/scpi-pps/protocol.h @@ -107,7 +107,7 @@ struct scpi_pps { int (*probe_channels) (struct sr_dev_inst *sdi, struct sr_scpi_hw_info *hwinfo, struct channel_spec **channels, unsigned int *num_channels, struct channel_group_spec **channel_groups, unsigned int *num_channel_groups); - int (*init_aquisition) (const struct sr_dev_inst *sdi); + int (*init_acquisition) (const struct sr_dev_inst *sdi); int (*update_status) (const struct sr_dev_inst *sdi); };