simtrace: add dedicated power pins configuration for sniffing

Change-Id: Ie37edbae6ea42d2b0c2a30eb5590afd0be797d39
This commit is contained in:
Kévin Redon
2018-06-11 13:42:23 +02:00
committed by King Kévin
parent 45ad62d8d4
commit ee62a9da56
2 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@
* Internal variables
*------------------------------------------------------------------------------*/
/* Pin configuration to sniff communication (using USART connection to SIM card) */
static const Pin pins_sniff[] = { PINS_SIM_SNIFF_SIM };
static const Pin pins_sniff[] = { PINS_SIM_SNIFF };
/* Connect phone to card using bus switch */
static const Pin pins_bus[] = { PINS_BUS_SNIFF };
/* Power card using phone VCC */