Browse Source

修改笔误

master
Lizongdi 4 days ago
parent
commit
a1b3c14df3
  1. 2
      bspMCU/l_stm32.c

2
bspMCU/l_stm32.c

@ -511,7 +511,7 @@ static int l_run_script(lua_State *L)
.buf_len = 0
};
int status = lua_load(L, flash_reader, &ctx, "script");
int status = lua_load(L, flash_reader, &ctx, "script", NULL);
if (status == LUA_OK)
{

Loading…
Cancel
Save