X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2Fprotocol.h;h=ce06a8ce7c8472e8fbbaeb1a7ae8ff393e2bd0a1;hb=649a4cd672e5ea14707c4591dd0426fdd87ddd5a;hp=ee710cd3b3c069f69722ed55fcc26dc6d2e19329;hpb=3316e149d0dd03e65aca72183bc15eb839e392c6;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/protocol.h b/hardware/zeroplus-logic-cube/protocol.h index ee710cd3..ce06a8ce 100644 --- a/hardware/zeroplus-logic-cube/protocol.h +++ b/hardware/zeroplus-logic-cube/protocol.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) 2013 Uwe Hermann * @@ -51,7 +51,6 @@ struct dev_context { // uint8_t trigger_buffer[NUM_TRIGGER_STAGES]; int trigger; unsigned int capture_ratio; - struct sr_usb_dev_inst *usb; const struct zp_model *prof; };