Explorar el Código

fix: luat_base_air101.c漏了lcdseg的引用

Wendal Chen hace 4 años
padre
commit
47e7785726
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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}
 };