Browse Source

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

Wendal Chen 2 years ago
parent
commit
aeac9bfadf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/port/luat_conf_bsp.h

+ 3 - 0
app/port/luat_conf_bsp.h

@@ -229,4 +229,7 @@
 #define LUAT_RT_RET_TYPE	void
 #define LUAT_RT_CB_PARAM void *param
 
+// 单纯为了生成文档的宏
+#define LUAT_USE_PIN 1
+
 #endif