Skip to content

Commit

Permalink
chores: update to LUA 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Oct 14, 2023
1 parent ede1d00 commit a794cd9
Show file tree
Hide file tree
Showing 81 changed files with 9,276 additions and 6,630 deletions.
2 changes: 2 additions & 0 deletions radio/src/gui/colorlcd/view_statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#include "tasks.h"
#include "tasks/mixer_task.h"

#include "lua/lua_states.h"

static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1),
LV_GRID_FR(1), LV_GRID_FR(1),
LV_GRID_TEMPLATE_LAST};
Expand Down
2 changes: 2 additions & 0 deletions radio/src/lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ set(LUA_SRC
lstrlib.c
)

add_compile_definitions(LUA_COMPAT_5_2)

foreach(FILE ${LUA_SRC})
set(SRC ${SRC} ${LUA_DIR}/${FILE})
endforeach()
Loading

0 comments on commit a794cd9

Please sign in to comment.