소스 검색

update: 云编译启用shell就自动禁用repl

Wendal Chen 2 년 전
부모
커밋
0a774f15ce
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      application/include/luat_conf_bsp.h

+ 4 - 0
application/include/luat_conf_bsp.h

@@ -288,4 +288,8 @@ extern unsigned int gLVFlashTime;
 // 单纯为了生成文档的宏
 #define LUAT_USE_PIN 1
 
+#ifdef LUAT_USE_SHELL
+#undef LUAT_USE_REPL
+#endif
+
 #endif