This website works better with JavaScript
Home
Explore
Help
Register
Sign In
flight
/
luatos-soc-air101
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
update: 补充LUAT_GPIO_PIN_MAX, 减少1.3k内存消耗
Wendal Chen
2 years ago
parent
da4e2baf69
commit
d82d2b6405
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
app/port/luat_conf_bsp.h
+ 2
- 0
app/port/luat_conf_bsp.h
View File
@@ -245,4 +245,6 @@
// 单纯为了生成文档的宏
#define LUAT_USE_PIN 1
+#define LUAT_GPIO_PIN_MAX (48)
+
#endif