mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 12:07:05 +08:00
cleanup
This commit is contained in:
parent
1216c32f3c
commit
86f0f2cc75
1 changed files with 1 additions and 5 deletions
|
@ -597,11 +597,7 @@ int flash_start_flashing(int enable_bl_writes, char *serial_port_name, uint32_t
|
|||
|
||||
// Reboot into bootloader
|
||||
int flash_reboot_bootloader(char *serial_port_name) {
|
||||
int ret;
|
||||
|
||||
ret = enter_bootloader(serial_port_name);
|
||||
|
||||
return ret;
|
||||
return enter_bootloader(serial_port_name);
|
||||
}
|
||||
|
||||
static int write_block(uint32_t address, uint8_t *data, uint32_t length) {
|
||||
|
|
Loading…
Add table
Reference in a new issue