From 89a20baa7f1071a0628d9765d4698fcdfd967486 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 25 Sep 2024 17:40:59 +0800
Subject: [PATCH] update list.c

---
 booster/comport.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/booster/comport.c b/booster/comport.c
index 4a31278..e834d38 100644
--- a/booster/comport.c
+++ b/booster/comport.c
@@ -425,7 +425,7 @@
         if( bytes >= buf_size )
             break;
 
-        /* try to read data in 1ms again, if no data arrive it will break */
+        /* try to read data in 10ms again, if no data arrive it will break */
         to.tv_sec = 0;
         to.tv_usec = 10000;
         to_ptr = &to;

--
Gitblit v1.9.1