mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
const payload_header_size
This commit is contained in:
parent
600c53b28c
commit
1a1c2bfee7
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ int CmdLFCommandRead(const char *Cmd) {
|
|||
uint32_t samples = 0;
|
||||
uint16_t datalen = 0;
|
||||
|
||||
uint8_t payload_header_size = 12;
|
||||
const uint8_t payload_header_size = 12;
|
||||
struct p {
|
||||
uint32_t delay;
|
||||
uint16_t ones;
|
||||
|
|
Loading…
Reference in a new issue