- In SClib.c.:-
- The wait time was getting reinitialized to default value while communicating with smart card using T = 0 protocol. So deleted "t0WWTetu = 10752;" in "SC_TransactT0" function.
- Modified the function "SC_SendT1Block" in such a way that EDC is transmitted more effeciently for LRC/CRC mode in T = 1 protocol.
- Initialized local variable "txLength" to '0' in function "SC_TransactT1" to remove non-critical compiler warnings.
- In sc_config.h
- Removed the following unused file inclusions:-
- libpic30.h
- math.h
- delays.h
- plib.h
- Removed the following unused file inclusions:-