]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/protocol.h
fs9922: Fix diode mode parsing.
[libsigrok.git] / hardware / zeroplus-logic-cube / protocol.h
index ee710cd3b3c069f69722ed55fcc26dc6d2e19329..ce06a8ce7c8472e8fbbaeb1a7ae8ff393e2bd0a1 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
  *
@@ -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;
 };