X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fscpi-pps%2Fprotocol.h;h=7699ac844ad6382eec3d015d27417e45e47a28c1;hb=07411a605ed83f7a57db9d805731c0abe5893df7;hp=04f3a0b00c3cf4323dfd4eebf6f9a844a2e693ec;hpb=f2bbcc330a6bcb65500b298bec8c40974ed246d4;p=libsigrok.git 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); };