The branch, eeprom-new has been updated
via 6fba850777b3bc923c5de6e44a6303d7ebc0a85e (commit)
from e2bbd9affaabb71470c0fe4f6d1a6c5a72c88609 (commit)
- Log -----------------------------------------------------------------
commit 6fba850777b3bc923c5de6e44a6303d7ebc0a85e
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Fri Sep 24 14:22:21 2010 +0200
Correct small typo
-----------------------------------------------------------------------
Summary of changes:
src/ftdi.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/ftdi.h b/src/ftdi.h
index 4132d8a..28c5ca3 100644
--- a/src/ftdi.h
+++ b/src/ftdi.h
@@ -19,7 +19,7 @@
#include <libusb.h>
-/* Evne on 93xx66 at max 256 bytes are used (AN_121)*/
+/* Even on 93xx66 at max 256 bytes are used (AN_121)*/
#define FTDI_MAX_EEPROM_SIZE 256
/** FTDI chip type */
@@ -247,7 +247,6 @@ struct ftdi_eeprom
int group3_drive;
int group3_schmitt;
int group3_slew;
-
/** eeprom size in bytes. This doesn't get stored in the eeprom
but is the only way to pass it to ftdi_eeprom_build. */
hooks/post-receive
--
port libftdi to libusb-1.0
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|