mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
style
This commit is contained in:
parent
769a0aa26b
commit
db616ce7bf
2 changed files with 2 additions and 2 deletions
|
@ -2374,7 +2374,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
bool isok = true;
|
||||
uint8_t *base = NULL;
|
||||
|
||||
bool raw_address_mode = (flags & READ_MEM_DOWNLOAD_FLAG_RAW) == READ_MEM_DOWNLOAD_FLAG_RAW;
|
||||
bool raw_address_mode = ((flags & READ_MEM_DOWNLOAD_FLAG_RAW) == READ_MEM_DOWNLOAD_FLAG_RAW);
|
||||
if (!raw_address_mode) {
|
||||
|
||||
base = (uint8_t *) _flash_start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue