mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: updated to RevEng v1.6.0
This commit is contained in:
parent
c9b45ab4bd
commit
9e07a5c65a
5 changed files with 523 additions and 462 deletions
|
@ -121,7 +121,7 @@ char * mtostr(const model_t *model) {
|
|||
if ((string = malloc(size))) {
|
||||
sprintf(strbuf, "\"%s\"", model->name);
|
||||
sprintf(string,
|
||||
"width=%lu"
|
||||
"width=%lu "
|
||||
"poly=0x%s "
|
||||
"init=0x%s "
|
||||
"refin=%s "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue