mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-16 01:53:02 +08:00
clean
This commit is contained in:
parent
5de04f84e9
commit
cdc3787008
2 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@
|
||||||
#include "pmflash.h"
|
#include "pmflash.h"
|
||||||
#include "flashmem.h" // persistence on mem
|
#include "flashmem.h" // persistence on mem
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//#define START_GAP 31*8 // was 250 // SPEC: 1*8 to 50*8 - typ 15*8 (15fc)
|
//#define START_GAP 31*8 // was 250 // SPEC: 1*8 to 50*8 - typ 15*8 (15fc)
|
||||||
//#define WRITE_GAP 8*8 // 17*8 // was 160 // SPEC: 1*8 to 20*8 - typ 10*8 (10fc)
|
//#define WRITE_GAP 8*8 // 17*8 // was 160 // SPEC: 1*8 to 20*8 - typ 10*8 (10fc)
|
||||||
//#define WRITE_0 15*8 // 18*8 // was 144 // SPEC: 16*8 to 32*8 - typ 24*8 (24fc)
|
//#define WRITE_0 15*8 // 18*8 // was 144 // SPEC: 16*8 to 32*8 - typ 24*8 (24fc)
|
||||||
|
|
|
@ -2606,7 +2606,7 @@ static int CmdT55xxSetDeviceConfig(const char *Cmd) {
|
||||||
|
|
||||||
// printf ("DLmode %d\n",downlink_mode);
|
// printf ("DLmode %d\n",downlink_mode);
|
||||||
t55xx_config conf = {0};
|
t55xx_config conf = {0};
|
||||||
printf ("Size conf %lld\n",sizeof(conf));
|
// printf ("Size conf %lld\n",sizeof(conf));
|
||||||
if (erase) {
|
if (erase) {
|
||||||
memset (&conf,0xff, sizeof(conf));
|
memset (&conf,0xff, sizeof(conf));
|
||||||
printf ("Conf.m[0] %x\n",conf.m[0].start_gap);
|
printf ("Conf.m[0] %x\n",conf.m[0].start_gap);
|
||||||
|
|
Loading…
Reference in a new issue