X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fserial-dmm%2Fprotocol.h;h=f15eef321801b095c17fa10e420c380df245f831;hb=90f680ff006e5ae2fd4935bd885a14bd9927fd99;hp=9664efdde46079846fe174c18220605a0c126b4d;hpb=3864648bb6ebf24106898a1296bc106daa55e964;p=libsigrok.git diff --git a/hardware/serial-dmm/protocol.h b/hardware/serial-dmm/protocol.h index 9664efdd..f15eef32 100644 --- a/hardware/serial-dmm/protocol.h +++ b/hardware/serial-dmm/protocol.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) 2012 Alexandru Gagniuc * @@ -85,8 +85,6 @@ struct dev_context { int64_t starttime; - struct sr_serial_dev_inst *serial; - uint8_t buf[DMM_BUFSIZE]; int bufoffset; int buflen;