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

update: 补充LUAT_GPIO_PIN_MAX, 减少1.3k内存消耗

Wendal Chen пре 2 година
родитељ
комит
d82d2b6405
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      app/port/luat_conf_bsp.h

+ 2 - 0
app/port/luat_conf_bsp.h

@@ -245,4 +245,6 @@
 // 单纯为了生成文档的宏
 #define LUAT_USE_PIN 1
 
+#define LUAT_GPIO_PIN_MAX (48)
+
 #endif