mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Rename CMD_READ_MEM_DOWNLOAD flag.
It got included in pm3_cmd.lua but shouldn't be because it's not a command. Also, the bitshift in the value upsets some versions of lua.
This commit is contained in:
+1
-1
@@ -897,7 +897,7 @@ typedef struct {
|
||||
#define BL_VERSION_1_0_0 BL_MAKE_VERSION(1, 0, 0)
|
||||
|
||||
/* CMD_READ_MEM_DOWNLOAD flags */
|
||||
#define CMD_READ_MEM_DOWNLOAD_RAW (1<<0)
|
||||
#define READ_MEM_DOWNLOAD_FLAG_RAW (1<<0)
|
||||
|
||||
/* CMD_START_FLASH may have three arguments: start of area to flash,
|
||||
end of area to flash, optional magic.
|
||||
|
||||
Reference in New Issue
Block a user