Forráskód Böngészése

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

Wendal Chen 2 éve
szülő
commit
63a67cab38
1 módosított fájl, 3 hozzáadás és 0 törlés
  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