mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Further additions to tidemod to differentiate between ro and rw tags and check crc validity.
This commit is contained in:
parent
1569d97730
commit
0c2ed92d87
3 changed files with 98 additions and 23 deletions
|
@ -256,7 +256,7 @@ void AcquireTiType(void)
|
|||
WDT_HIT();
|
||||
}
|
||||
|
||||
// return stolen pin ro SSP
|
||||
// return stolen pin to SSP
|
||||
PIO_DISABLE = (1<<GPIO_SSC_DOUT);
|
||||
PIO_PERIPHERAL_A_SEL = (1<<GPIO_SSC_DIN) | (1<<GPIO_SSC_DOUT);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue