Skip to content

Commit

Permalink
fix: 修正几个基础库的适配状态判断条件
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Sep 23, 2024
1 parent f8782a8 commit f385ae3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lua/src/liolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@summary io操作(扩展)
@version 1.0
@date 2020.07.03
@tag LUAT_CONF_BSP
@tag LUAT_USE_GPIO
@demo fs
@usage
-- io模块是lua原生模块,LuatOS增加了一些API
Expand Down
2 changes: 1 addition & 1 deletion lua/src/loslib.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@summary os操作
@version 1.0
@date 2020.07.03
@tag LUAT_CONF_BSP
@tag LUAT_USE_GPIO
@demo os_date_time
@usage
-- os模块是lua原生模块, 这份文档是为了方便阐述实际使用中的常见问题
Expand Down
2 changes: 1 addition & 1 deletion lua/src/lstrlib_exts.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@module string
@summary 字符串操作函数
@tag LUAT_CONF_BSP
@tag LUAT_USE_GPIO
@demo string
*/
#include "luat_base.h"
Expand Down
2 changes: 1 addition & 1 deletion luat/modules/luat_lib_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@summary 日志库
@version 1.0
@date 2020.03.30
@tag LUAT_CONF_BSP
@tag LUAT_USE_GPIO
*/
#include "luat_base.h"
#include "luat_sys.h"
Expand Down
2 changes: 1 addition & 1 deletion luat/modules/luat_lib_rtos.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@summary RTOS底层操作库
@version 1.0
@date 2020.03.30
@tag LUAT_CONF_BSP
@tag LUAT_USE_GPIO
*/
#include "luat_base.h"
#include "luat_sys.h"
Expand Down
2 changes: 1 addition & 1 deletion luat/modules/luat_lib_sys_doc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@version 1.0
@date 2019.11.23
@video https://www.bilibili.com/video/BV1194y1o7q2
@tag LUAT_CONF_BSP
@tag LUAT_USE_GPIO
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion luat/modules/luat_lib_sysplus_doc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@summary sys库的强力补充
@version 1.0
@date 2022.11.23
@tag LUAT_CONF_BSP
@tag LUAT_USE_GPIO
@usage
-- 本库是sys库的补充, 添加了如下内容:
-- 1. cwait机制
Expand Down

0 comments on commit f385ae3

Please sign in to comment.