Explorar o código

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

Wendal Chen %!s(int64=3) %!d(string=hai) anos
pai
achega
aeac9bfadf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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