From 76dcf52325f019d1a630de6fa38d6143971f1fc0 Mon Sep 17 00:00:00 2001 From: coffee Date: Thu, 24 Jul 2025 12:00:38 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=8C=85=E8=BF=98=E8=BE=93=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?i?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/HDLog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HDLog.c b/src/HDLog.c index 4efb956..4499882 100644 --- a/src/HDLog.c +++ b/src/HDLog.c @@ -225,7 +225,7 @@ static uint8_t HDLogFpgaError(const uint8_t *data, int len, uint8_t isWrite, uin printf("%s fpga error, len[%d]\r\n", opt, len); HDLogHex((const uint8_t *)(data), len, 1, NULL); - return 1; + return 0; } uint8_t HDLogPrintFpgaHeader(const uint8_t *data, int len, uint8_t isWrite, uint8_t checkFpga)