mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Compilation fixes
This commit is contained in:
parent
39d99abc30
commit
07840007de
10 changed files with 20 additions and 31 deletions
|
@ -733,7 +733,7 @@ void luaLoadPermanentScripts()
|
|||
void displayLuaError(const char * title)
|
||||
{
|
||||
#if !defined(COLORLCD)
|
||||
DRAW_MESSAGE_BOX(title);
|
||||
drawMessageBox(title);
|
||||
#endif
|
||||
if (lua_warning_info[0]) {
|
||||
char * split = strstr(lua_warning_info, ": ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue