projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- improved reader sensitivity for 14443a cards (FPGA change!)
[proxmark3-svn]
/
client
/
flash.h
diff --git
a/client/flash.h
b/client/flash.h
index d5f47b9d467b52462bfe2f7e628f45082237c3a2..3e9f77a7aa2b5ba5a1fae6ccff2f650a432f5bd1 100644
(file)
--- a/
client/flash.h
+++ b/
client/flash.h
@@
-26,7
+26,7
@@
typedef struct {
} flash_file_t;
int flash_load(flash_file_t *ctx, const char *name, int can_write_bl);
} flash_file_t;
int flash_load(flash_file_t *ctx, const char *name, int can_write_bl);
-int flash_start_flashing(int enable_bl_writes);
+int flash_start_flashing(int enable_bl_writes
,char *serial_port_name
);
int flash_write(flash_file_t *ctx);
void flash_free(flash_file_t *ctx);
int flash_stop_flashing(void);
int flash_write(flash_file_t *ctx);
void flash_free(flash_file_t *ctx);
int flash_stop_flashing(void);
Impressum
,
Datenschutz