Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction into account.
Re-added Pipe_IsEndpointBound() calls to the CDC and RNDIS host class drivers, not that the function has the correct behaviour for devices with bidirectional endpoints.
This commit is contained in:
parent
bb1a036f09
commit
b6a4584a19
9 changed files with 44 additions and 24 deletions
|
@ -134,8 +134,6 @@ SRC = $(TARGET).c \
|
|||
Lib/DataflashManager.c \
|
||||
Lib/uip/uip.c \
|
||||
Lib/uip/uip_arp.c \
|
||||
Lib/uip/uiplib.c \
|
||||
Lib/uip/psock.c \
|
||||
Lib/uip/timer.c \
|
||||
Lib/uip/uip-neighbor.c \
|
||||
Lib/uip/conf/clock-arch.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue