]> sigrok.org Git - libsigrok.git/blobdiff - hardware/saleae-logic/saleae-logic.h
sr: remove unused time/duration fields from datafeed packets
[libsigrok.git] / hardware / saleae-logic / saleae-logic.h
index 50cca6280bc47990644a4a0591f28ab2077f0689..d07d033af71c1b00ebde70ee408d79d4cf7464a3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the sigrok project.
  *
- * Copyright (C) 2011 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -59,7 +59,6 @@ struct fx2_device {
        GTimeVal fw_updated;
        /* device/capture settings */
        uint64_t cur_samplerate;
-       uint64_t period_ps;
        uint64_t limit_samples;
        uint8_t probe_mask;
        uint8_t trigger_mask[NUM_TRIGGER_STAGES];