mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 21:58:33 +03:00
cciddriver.c: Replace USBD_Write with CCID_Write
This commit is contained in:
@@ -703,7 +703,7 @@ static void vCCIDSendResponse( void )
|
||||
TRACE_DEBUG(".");
|
||||
|
||||
do {
|
||||
bStatus = USBD_Write( CCID_EPT_DATA_IN, (void*)&ccidDriver.sCcidMessage,
|
||||
bStatus = CCID_Write((void*)&ccidDriver.sCcidMessage,
|
||||
ccidDriver.sCcidMessage.bSizeToSend, 0, 0 );
|
||||
} while (bStatus != USBD_STATUS_SUCCESS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user