fx2lafw: Removed CMD_STOP and renumbered commands

This commit is contained in:
Joel Holdsworth 2012-03-03 18:09:29 +00:00
parent 2e526f4a6a
commit d98c4e35ce
1 changed files with 2 additions and 3 deletions

View 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);