Adding PIN reset counter.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-02-13 18:27:49 +01:00
parent 7e5352940b
commit 86cef892ff
5 changed files with 87 additions and 13 deletions

View File

@@ -9,6 +9,7 @@
#include "ccid.h"
#include "tusb.h"
#include "file.h"
#define USB_REQ_CCID 0xA1
@@ -108,6 +109,8 @@ void put_binary (const char *s, int len);
#define DEBUG_BINARY(s,len)
#endif
extern int flash_write_data_to_file(file_t *file, const uint8_t *data, uint16_t len);
#endif