From 3d82844ae2eef13f456056f780295ce136d79e89 Mon Sep 17 00:00:00 2001 From: coffee Date: Thu, 24 Jul 2025 15:54:24 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E4=B8=BA=E5=85=B3=E9=97=AD=E8=BF=94=E5=9B=9E=E5=80=BC=E6=98=AF?= =?UTF-8?q?1=E7=9A=84=E9=97=AE=E9=A2=98?= 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 57f221d..a57202c 100644 --- a/src/HDLog.c +++ b/src/HDLog.c @@ -298,7 +298,7 @@ uint8_t HDLogPrintFpgaHeader(const uint8_t *data, int len, uint8_t isWrite, uint if (isPrint == 0) { - return 1; + return 0; } const char *opt = isWrite ? "write" : "read";