mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 20:10:08 +03:00
Fixes #1914
This commit is contained in:
parent
3f6e1d0b3a
commit
60f2535212
3 changed files with 54 additions and 34 deletions
|
@ -95,7 +95,8 @@
|
|||
extern ScriptInputsOutputs scriptInputsOutputs[MAX_SCRIPTS];
|
||||
void luaClose();
|
||||
bool luaTask(uint8_t evt, uint8_t scriptType, bool allowLcdUsage);
|
||||
void luaExec(const char *filename);
|
||||
void luaExec(const char * filename);
|
||||
void luaError(uint8_t error, bool acknowledge=true);
|
||||
int luaGetMemUsed();
|
||||
#define luaGetCpuUsed(idx) scriptInternalData[idx].instructions
|
||||
uint8_t isTelemetryScriptAvailable(uint8_t index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue