From a1b3c14df3aa69ea90bed42958a243d10de3e577 Mon Sep 17 00:00:00 2001 From: Lizongdi <1210855344@qq.com> Date: Tue, 9 Jun 2026 15:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bspMCU/l_stm32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bspMCU/l_stm32.c b/bspMCU/l_stm32.c index dd4b92d..92a370e 100644 --- a/bspMCU/l_stm32.c +++ b/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) {