chg: add response ack.

This commit is contained in:
iceman1001
2018-02-13 15:45:15 +01:00
parent 1709c1ce1a
commit 46d540490f
4 changed files with 22 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ extern "C" {
#include "desfire.h"
#include "iso14443b.h"
#include "Standalone/standalone.h"
#include "flashmem.h"
extern const uint8_t OddByteParity[256];
extern int rsamples; // = 0;
@@ -240,6 +241,7 @@ extern void felica_sniff(uint32_t samples, uint32_t triggers);
extern void felica_sim_lite(uint64_t uid);
extern void felica_dump_lite_s();
#ifdef __cplusplus
}
#endif

View File

@@ -190,4 +190,5 @@ void EXFLASH_TEST(void) {
Dbprintf("%s \r\n","TEST done!");
EXFLASH_Erase();
cmd_send(CMD_ACK, 1, 0, 0, 0,0);
}