The branch, master has been updated
via 2013b000b2e4b9d02f23b1322c64e99c672bae52 (commit)
from bc3841238bac9cb6955848fd661bbf19a5ed42c6 (commit)
- Log -----------------------------------------------------------------
commit 2013b000b2e4b9d02f23b1322c64e99c672bae52
Author: Benjamin Vanheuverzwijn <bvanheu@xxxxxxxxx>
Date: Sun Jun 8 09:51:04 2014 -0700
Fix a typo in a MPSSE command in ftdi.h
There is a typo in ftdi.h for the CLK_BYTES_OR_LOW define. It should be
0x9d and not 0x0d.
-----------------------------------------------------------------------
Summary of changes:
src/ftdi.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ftdi.h b/src/ftdi.h
index 0f5897c..07fcd71 100644
--- a/src/ftdi.h
+++ b/src/ftdi.h
@@ -118,7 +118,7 @@ enum ftdi_module_detach_mode
#define EN_ADAPTIVE 0x96
#define DIS_ADAPTIVE 0x97
#define CLK_BYTES_OR_HIGH 0x9c
-#define CLK_BYTES_OR_LOW 0x0d
+#define CLK_BYTES_OR_LOW 0x9d
/*FT232H specific commands */
#define DRIVE_OPEN_COLLECTOR 0x9e
/* Value Low */
hooks/post-receive
--
A library to talk to FTDI chips
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|