LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-19 9ada9cdc52c22fabb658680d3869d3ab6ab87f61
booster/ringbuf.h
@@ -1,13 +1,13 @@
/********************************************************************************
 *      Copyright:  (C) 2021 LingYun IoT System Studio
/*********************************************************************************
 *      Copyright:  (C) 2023 LingYun IoT System Studio.
 *                  All rights reserved.
 *
 *       Filename:  ringbuf.h
 *    Description:  This head file
 *    Description:  This file is common ring buffer API functions
 *
 *        Version:  1.0.0(2021年04月29日)
 *        Version:  1.0.0(11/08/23)
 *         Author:  Guo Wenxue <guowenxue@gmail.com>
 *      ChangeLog:  1, Release initial version on "2021年04月29日 12时18分32秒"
 *      ChangeLog:  1, Release initial version on "11/08/23 16:18:43"
 *
 ********************************************************************************/
@@ -16,7 +16,7 @@
struct ring_buffer
{
   unsigned char      *buffer;
    unsigned char      *buffer;
    int                 wr_pointer;
    int                 rd_pointer;
    int                 size;