X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/44069c9b727c1594ab31af9fc8a9dce029b0a4c8..e12b82d362238b49d3b4b88ff7d7a1d7e618bac8:/armsrc/appmain.c?ds=sidebyside diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 4477a120..b5a85deb 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -356,6 +356,8 @@ void SendVersion(void) FpgaGatherVersion(temp, sizeof(temp)); DbpString(temp); + // Send Chip ID + cmd_send(CMD_ACK,*(AT91C_DBGU_CIDR),0,0,NULL,0); } #ifdef WITH_LF