mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 21:35:27 +03:00
Directories FatFS / CoOS / STM32 libs moved to thirdparty
This commit is contained in:
parent
318fc79dfe
commit
2817866ad2
456 changed files with 1154 additions and 2580 deletions
|
@ -52,7 +52,7 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#include "lua_exports.cpp" // this line must be after lua headers
|
||||
#include "lua_exports.inc" // this line must be after lua headers
|
||||
|
||||
#define lua_registernumber(L, n, i) (lua_pushnumber(L, (i)), lua_setglobal(L, (n)))
|
||||
#define lua_registerint(L, n, i) (lua_pushinteger(L, (i)), lua_setglobal(L, (n)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue