|
@@ -278,7 +278,7 @@ size_t seader_ccid_process(SeaderWorker* seader_worker, uint8_t* cmd, size_t cmd
|
|
|
if(message.bMessageType == CCID_MESSAGE_TYPE_RDR_to_PC_DataBlock) {
|
|
if(message.bMessageType == CCID_MESSAGE_TYPE_RDR_to_PC_DataBlock) {
|
|
|
if(hasSAM) {
|
|
if(hasSAM) {
|
|
|
if(message.bSlot == sam_slot) {
|
|
if(message.bSlot == sam_slot) {
|
|
|
- seader_worker_process_message(seader_worker, &message);
|
|
|
|
|
|
|
+ seader_worker_process_sam_message(seader_worker, &message);
|
|
|
} else {
|
|
} else {
|
|
|
FURI_LOG_D(TAG, "Discarding message on non-sam slot");
|
|
FURI_LOG_D(TAG, "Discarding message on non-sam slot");
|
|
|
}
|
|
}
|