mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
[Companion] Horus simulator fixes
This commit is contained in:
parent
9b3cd8eeff
commit
c23ac292b7
4 changed files with 14 additions and 14 deletions
|
@ -103,7 +103,7 @@ extern uint8_t luaScriptsCount;
|
|||
extern ScriptInternalData standaloneScript;
|
||||
extern ScriptInternalData scriptInternalData[MAX_SCRIPTS];
|
||||
extern ScriptInputsOutputs scriptInputsOutputs[MAX_SCRIPTS];
|
||||
void luaClose(lua_State * L);
|
||||
void luaClose(lua_State ** L);
|
||||
bool luaTask(event_t evt, uint8_t scriptType, bool allowLcdUsage);
|
||||
void luaExec(const char * filename);
|
||||
void luaError(lua_State * L, uint8_t error, bool acknowledge=true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue