projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add @Iceman1001 s sha1 scripting changes.
[proxmark3-svn]
/
armsrc
/
appmain.c
diff --git
a/armsrc/appmain.c
b/armsrc/appmain.c
index f8594fccb19efccb24367ac7f5ba95a92ad94fee..c226c726398dd822b85f287aadb8d47be421e7e3 100644
(file)
--- a/
armsrc/appmain.c
+++ b/
armsrc/appmain.c
@@
-841,11
+841,11
@@
void UsbPacketReceived(uint8_t *packet, int len)
case CMD_MIFARE_WRITEBL:
MifareWriteBlock(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
break;
case CMD_MIFARE_WRITEBL:
MifareWriteBlock(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
break;
- case CMD_MIFAREU_WRITEBL_COMPAT:
-
MifareUWriteBlock
(c->arg[0], c->d.asBytes);
- break;
+
//
case CMD_MIFAREU_WRITEBL_COMPAT:
+
//MifareUWriteBlockCompat
(c->arg[0], c->d.asBytes);
+
//
break;
case CMD_MIFAREU_WRITEBL:
case CMD_MIFAREU_WRITEBL:
- MifareUWriteBlock
_Special
(c->arg[0], c->arg[1], c->d.asBytes);
+ MifareUWriteBlock(c->arg[0], c->arg[1], c->d.asBytes);
break;
case CMD_MIFARE_NESTED:
MifareNested(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
break;
case CMD_MIFARE_NESTED:
MifareNested(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
Impressum
,
Datenschutz