Explorar o código

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

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