mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
parent
51f841d2af
commit
682f0f1b05
4 changed files with 79 additions and 2 deletions
|
@ -41,6 +41,11 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(CLI)
|
||||
#define LUA_FIFO_SIZE 256
|
||||
extern Fifo<uint8_t, LUA_FIFO_SIZE> * luaRxFifo;
|
||||
#endif
|
||||
|
||||
extern lua_State * lsScripts;
|
||||
extern lua_State * lsWidgets;
|
||||
extern bool luaLcdAllowed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue