mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Oppo fix
This commit is contained in:
parent
5f5ee13a49
commit
89a8fd68b9
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ class qualcomm_firehose:
|
|||
else:
|
||||
logger.error(f"Error:{rsp[2]}")
|
||||
return ""
|
||||
return ""
|
||||
return resData #Do not remove, needed for oppo
|
||||
|
||||
def get_gpt(self, lun, gpt_num_part_entries, gpt_part_entry_size, gpt_part_entry_start_lba):
|
||||
data = self.cmd_read_buffer(lun, 0, 2, False)
|
||||
|
|
Loading…
Reference in a new issue