mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
Comment debug logs back
just in case, to avoid extra calls while reading flash
This commit is contained in:
parent
8aed2375f3
commit
51d52c213b
1 changed files with 2 additions and 2 deletions
|
@ -338,12 +338,12 @@ static void avr_isp_worker_rw_get_dump_flash(AvrIspWorkerRW* instance, const cha
|
|||
sizeof(data));
|
||||
flipper_i32hex_file_bin_to_i32hex_set_data(
|
||||
flipper_hex_flash, data, avr_isp_chip_arr[instance->chip_arr_ind].pagesize);
|
||||
FURI_LOG_D(TAG, "%s", flipper_i32hex_file_get_string(flipper_hex_flash));
|
||||
//FURI_LOG_D(TAG, "%s", flipper_i32hex_file_get_string(flipper_hex_flash));
|
||||
instance->progress_flash =
|
||||
(float)(i) / ((float)avr_isp_chip_arr[instance->chip_arr_ind].flashsize / 2.0f);
|
||||
}
|
||||
flipper_i32hex_file_bin_to_i32hex_set_end_line(flipper_hex_flash);
|
||||
FURI_LOG_D(TAG, "%s", flipper_i32hex_file_get_string(flipper_hex_flash));
|
||||
//FURI_LOG_D(TAG, "%s", flipper_i32hex_file_get_string(flipper_hex_flash));
|
||||
flipper_i32hex_file_close(flipper_hex_flash);
|
||||
instance->progress_flash = 1.0f;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue