]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/command.c
Add support for fs and ps to sr_parse_period.
[libsigrok.git] / hardware / fx2lafw / command.c
index 9bd634b51a283e63a0cac8e36b7976bc01d9f5d1..a1c2109c120d08d83ab568e97f598611f2a52cbc 100644 (file)
  */
 
 #include <libusb.h>
-
 #include "fx2lafw.h"
 #include "command.h"
-#include "sigrok.h"
-#include "sigrok-internal.h"
+#include "libsigrok.h"
+#include "libsigrok-internal.h"
 
 SR_PRIV int command_get_fw_version(libusb_device_handle *devhdl,
                                   struct version_info *vi)