修改 oem_tool 的 buff大小为8k

This commit is contained in:
2024-10-30 14:38:11 +08:00
parent cded49089f
commit 16714f4caa

View File

@@ -93,7 +93,7 @@ typedef struct _current_rc_info_t {
} current_rc_info_t;
typedef struct _diff_data_buffer_t {
uint8_t buf[4096];
uint8_t buf[OEM_INFO_MAX_SIZE];
uint16_t len_total;
uint16_t len_cut;
uint16_t last_offset;