X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhantek-4032l%2Fprotocol.h;fp=src%2Fhardware%2Fhantek-4032l%2Fprotocol.h;h=15a0951cb0885726bfb03335491b492f6552b821;hb=c7b5c3588ef47fe3cda82284bac80d3070ccffa0;hp=6725983aa4cee102dea973a01984c813f76e227f;hpb=7b9387b8f0e9ea0055b168418df2fadfce8da3da;p=libsigrok.git diff --git a/src/hardware/hantek-4032l/protocol.h b/src/hardware/hantek-4032l/protocol.h index 6725983a..15a0951c 100644 --- a/src/hardware/hantek-4032l/protocol.h +++ b/src/hardware/hantek-4032l/protocol.h @@ -154,7 +154,7 @@ struct dev_context { struct h4032l_cmd_pkt cmd_pkt; unsigned int num_transfers; struct libusb_transfer **transfers; - uint8_t buffer[512]; + uint8_t buf[512]; uint64_t capture_ratio; uint32_t trigger_pos; gboolean external_clock;