mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
Bug Fix Timing order
Timing for backward compatibility
This commit is contained in:
parent
b16f2fdaba
commit
77d96ff3b7
5 changed files with 23 additions and 23 deletions
|
@ -135,9 +135,10 @@ typedef struct {
|
|||
uint16_t write_gap ;
|
||||
uint16_t write_0 ;
|
||||
uint16_t write_1 ;
|
||||
uint16_t read_gap ;
|
||||
uint16_t write_2 ;
|
||||
uint16_t write_3 ;
|
||||
uint16_t read_gap ;
|
||||
|
||||
} t55xx_config_t;
|
||||
// This setup will allow for the 4 downlink modes "m" as well as other items if needed.
|
||||
// Given the one struct we can then read/write to flash/client in one go.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue