From aec0bdb13b62f70ce8b55f48232407b6762da652 Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Thu, 21 Nov 2024 14:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=87=E7=BA=A7=E5=9B=BA?= =?UTF-8?q?=E4=BB=B6=E5=8C=85=E7=BC=93=E5=AD=98=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uart/uart_parameter_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uart/uart_parameter_config.cpp b/uart/uart_parameter_config.cpp index 2e8bff8..f0b7f9d 100644 --- a/uart/uart_parameter_config.cpp +++ b/uart/uart_parameter_config.cpp @@ -14,8 +14,8 @@ extern zlog_category_t* zct; extern zlog_category_t* zbt; #define IN_LEN (128*1024ul) #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3) -unsigned char fw_outdata[50000]={0}; -unsigned char fw_senddata[50000]={0}; +unsigned char fw_outdata[70000]={0}; +unsigned char fw_senddata[70000]={0}; /* Work-memory needed for compression. Allocate memory in units * of 'lzo_align_t' (instead of 'char') to make sure it is properly aligned.