Skip to content

Commit

Permalink
fix:修复报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Jan 17, 2022
1 parent 9629c00 commit c87f5aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions language/LuatOS/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ menuconfig PKG_USING_LUATOS_SOC
select RT_USING_POSIX_STDIO if RT_VER_NUM >= 0x40100
select RT_USING_TIMER_SOFT
select RT_USING_DFS_ROMFS
bool "LUATOS_SOC : Powerful embedded Lua Engine for IoT devices"
bool "LUATOS : Powerful embedded Lua Engine for IoT devices"
default n

if PKG_USING_LUATOS_SOC

config PKG_LUATOS_SOC_PATH
string
default "/packages/language/LuatOS_SOC"
default "/packages/language/LuatOS"

choice
prompt "Version"
Expand Down
7 changes: 3 additions & 4 deletions language/LuatOS/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "LuatOS_SOC",
"description": "LUATOS_SOC : Powerful embedded Lua Engine for IoT devices",
"description_zh": "LuatOS_SOC : 面向物联网设备的强大嵌入式Lua引擎",
"name": "LuatOS",
"description": "LUATOS : Powerful embedded Lua Engine for IoT devices",
"description_zh": "LuatOS : 面向物联网设备的强大嵌入式Lua引擎",
"enable": "PKG_USING_LUATOS_SOC",
"keywords": [
"LuatOS_SOC",
"LuatOS",
"Lua"
],
Expand Down

0 comments on commit c87f5aa

Please sign in to comment.