From 16714f4caab358782bc3bd4c66ce8a04bfebccd4 Mon Sep 17 00:00:00 2001 From: andy <1414772332@qq.com> Date: Wed, 30 Oct 2024 14:38:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20oem=5Ftool=20=E7=9A=84=20b?= =?UTF-8?q?uff=E5=A4=A7=E5=B0=8F=E4=B8=BA8k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mfgtool/oem_tool/hw3/oem_tool_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfgtool/oem_tool/hw3/oem_tool_hw.c b/mfgtool/oem_tool/hw3/oem_tool_hw.c index 8d5039e..57dbb12 100644 --- a/mfgtool/oem_tool/hw3/oem_tool_hw.c +++ b/mfgtool/oem_tool/hw3/oem_tool_hw.c @@ -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;