mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 01:33:00 -07:00
fast flash mode (button already held down) and both (os & fpga) flashing mode
This commit is contained in:
parent
ddbe6ff42e
commit
431ae7e0eb
2 changed files with 36 additions and 15 deletions
|
@ -1,5 +1,8 @@
|
|||
#define PROXPROMPT "proxmark3> "
|
||||
|
||||
#define FLASH_ADDR_OS 0x10000
|
||||
#define FLASH_ADDR_FPGA 0x2000
|
||||
|
||||
extern usb_dev_handle *devh;
|
||||
extern unsigned char return_on_error;
|
||||
extern unsigned char error_occured;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue