mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
style
This commit is contained in:
parent
148984aeee
commit
303c6b6067
5 changed files with 24 additions and 24 deletions
|
@ -80,7 +80,7 @@ static const int Iso15693FrameSOF[] = {
|
||||||
-1, -1, -1, -1,
|
-1, -1, -1, -1,
|
||||||
1, 1, 1, 1,
|
1, 1, 1, 1,
|
||||||
1, 1, 1, 1
|
1, 1, 1, 1
|
||||||
};
|
};
|
||||||
static const int Iso15693Logic0[] = {
|
static const int Iso15693Logic0[] = {
|
||||||
1, 1, 1, 1,
|
1, 1, 1, 1,
|
||||||
1, 1, 1, 1,
|
1, 1, 1, 1,
|
||||||
|
@ -92,7 +92,7 @@ static const int Iso15693Logic1[] = {
|
||||||
-1, -1, -1, -1,
|
-1, -1, -1, -1,
|
||||||
1, 1, 1, 1,
|
1, 1, 1, 1,
|
||||||
1, 1, 1, 1
|
1, 1, 1, 1
|
||||||
};
|
};
|
||||||
|
|
||||||
// EOF defined as
|
// EOF defined as
|
||||||
// 1) logic '0' (8 pulses of 423.75kHz followed by unmodulated for 18.88us)
|
// 1) logic '0' (8 pulses of 423.75kHz followed by unmodulated for 18.88us)
|
||||||
|
|
|
@ -12375,6 +12375,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 713,
|
"commands_extracted": 713,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2024-01-26T08:13:47"
|
"extracted_on": "2024-01-26T11:38:54"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -280,7 +280,7 @@ typedef struct {
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
// 64KB SRAM -> 524288 bits(max sample num) < 2^30
|
// 64KB SRAM -> 524288 bits(max sample num) < 2^30
|
||||||
uint32_t samples :
|
uint32_t samples :
|
||||||
LF_SAMPLES_BITS;
|
LF_SAMPLES_BITS;
|
||||||
bool realtime : 1;
|
bool realtime : 1;
|
||||||
bool verbose : 1;
|
bool verbose : 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue