mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-25 01:38:33 +03:00
Bugfix: ccid.c: Remove dead code
This commit is contained in:
@@ -170,9 +170,6 @@ void CCID_init( void )
|
|||||||
/* Decode ATR and print it */
|
/* Decode ATR and print it */
|
||||||
ISO7816_Decode_ATR( pAtr ) ;
|
ISO7816_Decode_ATR( pAtr ) ;
|
||||||
|
|
||||||
// We have our own USB initialization routine
|
|
||||||
// CCIDDriver_Initialize();
|
|
||||||
|
|
||||||
// FIXME. what if smcard is not inserted?
|
// FIXME. what if smcard is not inserted?
|
||||||
if(PIO_Get(&pinSmartCard) == 0) {
|
if(PIO_Get(&pinSmartCard) == 0) {
|
||||||
printf("SIM card inserted\n\r");
|
printf("SIM card inserted\n\r");
|
||||||
|
|||||||
Reference in New Issue
Block a user