From 3c29431c133347bcc550073d39be8ad779f8e677 Mon Sep 17 00:00:00 2001 From: Wendal Chen Date: Fri, 17 Sep 2021 17:27:05 +0800 Subject: [PATCH] =?UTF-8?q?change:=20linux=E4=B8=8B=E6=9A=82=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=86=85=E5=B5=8Csys.lua,=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E5=85=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- bsp/linux/include/luat_conf_bsp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d47d0997..70dc3acdc 100644 --- a/.gitignore +++ b/.gitignore @@ -90,4 +90,4 @@ CMakefiles bsp/win32/build/ bsp/win32/release/ bsp/pico/build/ - +bsp/linux/build/ diff --git a/bsp/linux/include/luat_conf_bsp.h b/bsp/linux/include/luat_conf_bsp.h index 07a41b47d..6aabd47d3 100644 --- a/bsp/linux/include/luat_conf_bsp.h +++ b/bsp/linux/include/luat_conf_bsp.h @@ -10,7 +10,7 @@ #define LUAT_CONF_LAUX_BUFFSIZE 1024 #define LUAT_USE_FS_VFS 1 -#define LUAT_USE_VFS_INLINE_LIB 1 +//#define LUAT_USE_VFS_INLINE_LIB 1 #define LUAT_USE_LOG_ASYNC_THREAD 0