LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-19 1fc63aca11ea45346022b9efbcb2916fb854e34d
booster/test/logger.c
@@ -4,11 +4,11 @@
 *
 *       Filename:  logger.c
 *    Description:  This file is logger system sample code.
 *
 *
 *        Version:  1.0.0(17/07/21)
 *         Author:  Guo Wenxue <guowenxue@gmail.com>
 *      ChangeLog:  1, Release initial version on "17/07/21 15:51:04"
 *
 *
 ********************************************************************************/
#include "logger.h"
@@ -38,5 +38,5 @@
    log_close();
    return 0;
}
}