Преглед изворни кода

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

Wendal Chen пре 3 година
родитељ
комит
aeac9bfadf
1 измењених фајлова са 3 додато и 0 уклоњено
  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