cciddriver.c: comment out unused USBDCallbacks_RequestReceived

This commit is contained in:
Christina Quast
2015-04-06 23:29:42 +02:00
parent 4b1e98d058
commit 46f5ccabb1

View File

@@ -833,6 +833,7 @@ static void CCIDCommandDispatcher( void )
}
#if 0
//------------------------------------------------------------------------------
/// SETUP request handler for a CCID device
/// \param pRequest Pointer to a USBGenericRequest instance
@@ -892,7 +893,6 @@ static void CCID_RequestHandler(const USBGenericRequest *pRequest)
//------------------------------------------------------------------------------
/// Optional callback re-implementation
//------------------------------------------------------------------------------
#if 0
#if !defined(NOAUTOCALLBACK)
// not static function
void USBDCallbacks_RequestReceived(const USBGenericRequest *request)