Fix a typo in a MPSSE command in ftdi.h
authorBenjamin Vanheuverzwijn <bvanheu@gmail.com>
Sun, 8 Jun 2014 16:51:04 +0000 (09:51 -0700)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 12 Jun 2014 11:46:54 +0000 (13:46 +0200)
There is a typo in ftdi.h for the CLK_BYTES_OR_LOW define. It should be
0x9d and not 0x0d.

src/ftdi.h

index 0f5897c..07fcd71 100644 (file)
@@ -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 */