LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-22 a41651b62ff13fd89aafefd5c1e0ef7a6e5b31ad
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;