mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
5eeb356418
commit
a55e597e36
37 changed files with 193 additions and 193 deletions
|
@ -345,8 +345,8 @@ void BootROM(void) {
|
|||
common_area.flags.bootrom_present = 1;
|
||||
|
||||
if ((common_area.command == COMMON_AREA_COMMAND_ENTER_FLASH_MODE) ||
|
||||
(!common_area.flags.button_pressed && BUTTON_PRESS()) ||
|
||||
(_osimage_entry == 0xffffffffU)) {
|
||||
(!common_area.flags.button_pressed && BUTTON_PRESS()) ||
|
||||
(_osimage_entry == 0xffffffffU)) {
|
||||
flash_mode();
|
||||
} else {
|
||||
// clear button status, even if button still pressed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue