mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Refactoring
This commit is contained in:
parent
adeb53c726
commit
400faee588
31 changed files with 491 additions and 950 deletions
|
@ -426,7 +426,7 @@ void luaLoadPermanentScripts()
|
|||
void displayLuaError(const char * title)
|
||||
{
|
||||
#if !defined(COLORLCD)
|
||||
displayBox(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