X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fkern-scale%2Fprotocol.h;h=9be375f7b8867d69b9912c02f8bdf80ed78ad6b6;hb=5faebab2903dc91949edc31f0a4b118d86090a30;hp=a7f11d2379ce5029ac2106442e7e26209e4bdf45;hpb=ca79993bba12e8cb48c4327e92b9c296c10a9866;p=libsigrok.git diff --git a/src/hardware/kern-scale/protocol.h b/src/hardware/kern-scale/protocol.h index a7f11d23..9be375f7 100644 --- a/src/hardware/kern-scale/protocol.h +++ b/src/hardware/kern-scale/protocol.h @@ -40,7 +40,7 @@ struct scale_info { gboolean (*packet_valid)(const uint8_t *); /** Packet parsing function. */ int (*packet_parse)(const uint8_t *, float *, - struct sr_datafeed_analog *, void *); + struct sr_datafeed_analog_old *, void *); /** Size of chipset info struct. */ gsize info_size; };