mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 05:45:21 +03:00
Refactoring continued: Try to run lua scripts before the first LCD function
This commit is contained in:
parent
fac8571c29
commit
8aeb35c912
10 changed files with 371 additions and 190 deletions
|
@ -48,6 +48,7 @@
|
|||
|
||||
extern const char * zchar2string(const char * zstring, int size);
|
||||
#define EXPECT_ZSTREQ(c_string, z_string) EXPECT_STREQ(c_string, zchar2string(z_string, sizeof(z_string)))
|
||||
extern void luaInit();
|
||||
|
||||
void luaExecStr(const char * str)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue