mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
bootrom: remove deprecated CMD_SETUP_WRITE
This commit is contained in:
parent
9370649861
commit
3560cf5466
4 changed files with 2 additions and 12 deletions
|
@ -253,7 +253,7 @@ typedef struct {
|
|||
|
||||
// For the bootloader
|
||||
#define CMD_DEVICE_INFO 0x0000
|
||||
#define CMD_SETUP_WRITE 0x0001
|
||||
//#define CMD_SETUP_WRITE 0x0001
|
||||
#define CMD_FINISH_WRITE 0x0003
|
||||
#define CMD_HARDWARE_RESET 0x0004
|
||||
#define CMD_START_FLASH 0x0005
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue