@@ -44,7 +44,9 @@ static const luaL_Reg loadedlibs[] = {
{"sfd", luaopen_sfd},
{"lfs2", luaopen_lfs2},
{"gpio", luaopen_gpio},
+#ifdef LUAT_USE_LUF
{"luf", luaopen_luf},
+#endif
#ifdef LUAT_USE_LVGL
{"lvgl", luaopen_lvgl},
#endif