Adding PIN reset counter.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user