mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
textual
This commit is contained in:
parent
513d0aca44
commit
506da3ff4c
2 changed files with 2 additions and 1 deletions
|
@ -350,7 +350,9 @@ void AcquireTiType(void)
|
|||
|
||||
AT91C_BASE_SSC->SSC_RCMR = SSC_CLOCK_MODE_SELECT(0);
|
||||
AT91C_BASE_SSC->SSC_RFMR = SSC_FRAME_MODE_BITS_IN_WORD(32) | AT91C_SSC_MSBF;
|
||||
// Transmit Clock Mode Register
|
||||
AT91C_BASE_SSC->SSC_TCMR = 0;
|
||||
// Transmit Frame Mode Register
|
||||
AT91C_BASE_SSC->SSC_TFMR = 0;
|
||||
// iceman, FpgaSetupSsc() ?? the code above? can it be replaced?
|
||||
LED_D_ON();
|
||||
|
|
|
@ -150,7 +150,6 @@ int GetModels(char *Models[], int *count, uint8_t *width){
|
|||
if (pset.flags & P_REFOUT)
|
||||
prev(&apoly);
|
||||
|
||||
|
||||
for (qptr = apolys; qptr < pptr; ++qptr) {
|
||||
crc = pcrc(*qptr, pset.spoly, pset.init, apoly, 0);
|
||||
if (ptst(crc)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue