Browse Source

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

Wendal Chen 2 năm trước cách đây
mục cha
commit
63a67cab38
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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