mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Minor changes on bootloader chip info
This commit is contained in:
parent
4727ab96d7
commit
99d2ed224a
2 changed files with 10 additions and 4 deletions
|
@ -542,7 +542,7 @@ typedef struct {
|
|||
/* Set if this device understands the extend start flash command */
|
||||
#define DEVICE_INFO_FLAG_UNDERSTANDS_START_FLASH (1<<4)
|
||||
|
||||
/* Set if this device understands the extend start flash command */
|
||||
/* Set if this device understands the chip info command */
|
||||
#define DEVICE_INFO_FLAG_UNDERSTANDS_CHIP_INFO (1<<5)
|
||||
|
||||
/* CMD_START_FLASH may have three arguments: start of area to flash,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue