]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Removed CMD_SET_SAMPLERATE
authorJoel Holdsworth <redacted>
Sat, 3 Mar 2012 14:57:57 +0000 (14:57 +0000)
committerJoel Holdsworth <redacted>
Wed, 7 Mar 2012 07:52:05 +0000 (07:52 +0000)
hardware/fx2lafw/command.h

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