libftdi Archives

Subject: Re: [Corrected] Add bitmode for synchronous fifo if FT2232H

From: David Brownell <david-b@xxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Cc: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Nov 2009 13:25:52 -0700
On Friday 20 November 2009, Uwe Bonnes wrote:
> -    BITMODE_CBUS   = 0x20
> +    BITMODE_CBUS   = 0x20,
> +    BITMODE_SYNCFF = 0x40

Which is why it's good policy to always end
enum lists with a comma ... that way, adding
new members at the end really *is* a one liner!


--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread