Skip to content

Commit

Permalink
Updated Port interface code for FT2232C.
Browse files Browse the repository at this point in the history
  • Loading branch information
coolnumber9 committed Aug 22, 2011
1 parent 1831d82 commit d1b6d7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FTDI_NET_Wrapper/FTDI_NET_Wrapper/FTDI_NET.cs
Expand Up @@ -62,6 +62,10 @@ public enum Interface : uint
INTERFACE_ANY = 0,
INTERFACE_A = 1,
INTERFACE_B = 2,
// + coolnumber9, 03/01/10
INTERFACE_C = 3,
INTERFACE_D = 4
// - coolnumber9, 03/01/10
};

/* Shifting commands IN MPSSE Mode*/
Expand Down

0 comments on commit d1b6d7c

Please sign in to comment.