X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7cf3ef203cceb0d5caab8c01b87324080f0d8fd9..0a85b72549d294b127c3224610870be4f9382f9a:/armsrc/appmain.c 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