1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 20:35:17 +03:00

Fix LUA exports for xliteS/Pro

This fixes #6405
This commit is contained in:
3djc 2019-05-01 08:45:31 +02:00
parent d50f26f19e
commit 085cb2551d
4 changed files with 5 additions and 2 deletions

View file

@ -35,6 +35,8 @@
#include "lua/lua_exports_x7.inc"
#elif defined(PCBX3)
#include "lua/lua_exports_x3.inc"
#elif defined(PCBXLITES)
#include "lua/lua_exports_xlites.inc"
#elif defined(PCBXLITE)
#include "lua/lua_exports_xlite.inc"
#elif defined(PCBTARANIS)