Browse Source

fix: luat_base_air101.c漏了lcdseg的引用

Wendal Chen 4 years ago
parent
commit
47e7785726
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/port/luat_base_air101.c

+ 3 - 0
app/port/luat_base_air101.c

@@ -145,6 +145,9 @@ static const luaL_Reg loadedlibs[] = {
 #endif
 #ifdef LUAT_USE_FDB
   {"fdb",       luaopen_fdb},
+#endif
+#ifdef LUAT_USE_LCDSEG
+  {"lcdseg",       luaopen_lcdseg},
 #endif
   {NULL, NULL}
 };