]> sigrok.org Git - libsigrok.git/blobdiff - hardware/saleae-logic/saleae-logic.h
sr: Some more s/device_instance/dev_inst/.
[libsigrok.git] / hardware / saleae-logic / saleae-logic.h
index bb870019aece743dd262a2214a04c418acbf4a8b..2855485eb98e426e244ce955aea84aafc73327e6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the sigrok project.
  *
- * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2010-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
@@ -71,7 +71,7 @@ struct fx2_device {
         */
        void *session_data;
 
-       struct sr_usb_device_instance *usb;
+       struct sr_usb_dev_inst *usb;
 };
 
 #endif