mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
style
This commit is contained in:
parent
b7ba46d38e
commit
e9b493ead6
1 changed files with 51 additions and 52 deletions
|
@ -2656,8 +2656,7 @@ static int CmdT55xxSetDeviceConfig(const char *Cmd) {
|
||||||
conf.m[T55xx_DLMode_1of4].write_2 = 47 * 8;
|
conf.m[T55xx_DLMode_1of4].write_2 = 47 * 8;
|
||||||
conf.m[T55xx_DLMode_1of4].write_3 = 63 * 8;
|
conf.m[T55xx_DLMode_1of4].write_3 = 63 * 8;
|
||||||
|
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
|
|
||||||
conf.m[downlink_mode].start_gap = startgap * 8;
|
conf.m[downlink_mode].start_gap = startgap * 8;
|
||||||
conf.m[downlink_mode].write_gap = writegap * 8;
|
conf.m[downlink_mode].write_gap = writegap * 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue