Parcourir la source

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

Wendal Chen il y a 2 ans
Parent
commit
d82d2b6405
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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