mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
Move lua evt param from signed uint8_t to unsigned event_t
This commit is contained in:
parent
0f217b3507
commit
d84fd993c9
3 changed files with 12 additions and 6 deletions
|
@ -100,7 +100,7 @@ extern ScriptInternalData standaloneScript;
|
|||
extern ScriptInternalData scriptInternalData[MAX_SCRIPTS];
|
||||
extern ScriptInputsOutputs scriptInputsOutputs[MAX_SCRIPTS];
|
||||
void luaClose();
|
||||
bool luaTask(uint8_t evt, uint8_t scriptType, bool allowLcdUsage);
|
||||
bool luaTask(event_t evt, uint8_t scriptType, bool allowLcdUsage);
|
||||
void luaExec(const char * filename);
|
||||
void luaError(uint8_t error, bool acknowledge=true);
|
||||
int luaGetMemUsed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue