mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-23 00:38:33 +03:00
cciddriver.c: comment out unused USBDCallbacks_RequestReceived
This commit is contained in:
@@ -833,6 +833,7 @@ static void CCIDCommandDispatcher( void )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/// SETUP request handler for a CCID device
|
/// SETUP request handler for a CCID device
|
||||||
/// \param pRequest Pointer to a USBGenericRequest instance
|
/// \param pRequest Pointer to a USBGenericRequest instance
|
||||||
@@ -892,7 +893,6 @@ static void CCID_RequestHandler(const USBGenericRequest *pRequest)
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/// Optional callback re-implementation
|
/// Optional callback re-implementation
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
#if 0
|
|
||||||
#if !defined(NOAUTOCALLBACK)
|
#if !defined(NOAUTOCALLBACK)
|
||||||
// not static function
|
// not static function
|
||||||
void USBDCallbacks_RequestReceived(const USBGenericRequest *request)
|
void USBDCallbacks_RequestReceived(const USBGenericRequest *request)
|
||||||
|
|||||||
Reference in New Issue
Block a user