浏览代码

update: 添加用于生成pin库文档的LUAT_USE_PIN宏

Wendal Chen 2 年之前
父节点
当前提交
63a67cab38
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/include/luat_conf_bsp.h

+ 3 - 0
application/include/luat_conf_bsp.h

@@ -265,4 +265,7 @@ extern unsigned int gLVFlashTime;
 
 #define __LUAT_C_CODE_IN_RAM__ __attribute__((section (".RamFunc")))
 
+// 单纯为了生成文档的宏
+#define LUAT_USE_PIN 1
+
 #endif