X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=42f4cc1b54797c9d19289f259710849a0b932883;hp=66ad7bc28f14d1412fa61f28e133d2db1f6860c0;hb=de3da328335f1dd7e55bf251f900123d4e0a0785;hpb=13ea50d2302a8740d964ed50eb7906f349198e1a diff --git a/src/ftdi.h b/src/ftdi.h index 66ad7bc..42f4cc1 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -360,7 +360,7 @@ enum ftdi_cbus_func /* FIXME: Recheck value, especially the last */ enum ftdi_cbush_func /* FIXME: Recheck value, especially the last */ { CBUSH_TRISTATE = 0, CBUSH_RXLED = 1, CBUSH_TXLED = 2, CBUSH_TXRXLED = 3, CBUSH_PWREN = 4, - CBUSH_SLEEP = 5, CBUSH_DRIVE_0 = 6, CBUSG_DRIVE1 = 7, CBUSH_IOMODE = 8, CBUSH_TXDEN = 9, + CBUSH_SLEEP = 5, CBUSH_DRIVE_0 = 6, CBUSH_DRIVE1 = 7, CBUSH_IOMODE = 8, CBUSH_TXDEN = 9, CBUSH_CLK30 = 10, CBUSH_CLK15 = 11, CBUSH_CLK7_5 = 12, CBUSH_BAT_DETECT = 13, CBUSH_BAT_DETECT_NEG = 14, CBUSH_I2C_TXE = 15, CBUSH_I2C_RXF = 16, CBUSH_VBUS_SENSE = 17, CBUSH_BB_WR = 18, CBUSH_BB_RD = 19, CBUSH_TIME_STAMP = 20, CBUSH_AWAKE = 21, @@ -554,8 +554,6 @@ extern "C" char *ftdi_get_error_string(struct ftdi_context *ftdi); - void print_inverted_bits(int inverted); - #ifdef __cplusplus } #endif