Explorar el Código

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

Wendal Chen hace 3 años
padre
commit
aeac9bfadf
Se han modificado 1 ficheros con 3 adiciones y 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