]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Removed CMD_STOP and renumbered commands
authorJoel Holdsworth <redacted>
Sat, 3 Mar 2012 18:09:29 +0000 (18:09 +0000)
committerJoel Holdsworth <redacted>
Wed, 7 Mar 2012 07:52:05 +0000 (07:52 +0000)
hardware/fx2lafw/command.h

index e56a3ac202e80c661535bd1e9401967090718c41..cbb76d7fff0713556bb680a2652f284c30e76eae 100644 (file)
@@ -18,8 +18,7 @@
  */
 
 /* Protocol commands */
-#define CMD_START              0xb0
-#define CMD_STOP               0xb1
-#define CMD_GET_FW_VERSION     0xb2
+#define CMD_GET_FW_VERSION     0xb0
+#define CMD_START              0xb1
 
 int command_start_acquisition(libusb_device_handle *devhdl);