Pull request #145. Next part of changes

This commit is contained in:
Eloff 2019-04-08 19:15:15 +03:00
commit f13f7f4cbb
3 changed files with 16 additions and 12 deletions

View file

@ -2994,7 +2994,3 @@ void DetectNACKbug() {
LEDsoff();
set_tracing(false);
}
void AppendCrc14443a(uint8_t *data, int len) {
compute_crc(CRC_14443_A, data, len, data + len, data + len + 1);
}