// if (isOK) memcpy(ack.d.asBytes, uid, 4);\r
\r
// add trace trailer\r
- memset(uid, 0x44, 4);\r
- LogTrace(uid, 4, 0, 0, TRUE);\r
+ /**\r
+ * Removed by Martin, the uid is overwritten with 0x44, \r
+ * which can 't be intended. \r
+ *\r
+ * memset(uid, 0x44, 4);\r
+ * LogTrace(uid, 4, 0, 0, TRUE);\r
+ **/\r
+ \r
\r
LED_B_ON();\r
cmd_send(CMD_ACK,isOK,0,0,uid,4);\r
// if (isOK) memcpy(ack.d.asBytes, data, 18);\r
\r
// add trace trailer\r
- memset(data, 0x44, 4);\r
- LogTrace(data, 4, 0, 0, TRUE);\r
-\r
+ /*\r
+ * Removed by Martin, this piece of overwrites the 'data' variable \r
+ * which is sent two lines down, and is obviously not correct. \r
+ * \r
+ * memset(data, 0x44, 4);\r
+ * LogTrace(data, 4, 0, 0, TRUE);\r
+ */\r
LED_B_ON();\r
cmd_send(CMD_ACK,isOK,0,0,data,18);\r
// UsbSendPacket((uint8_t *)&ack, sizeof(UsbCommand));\r