Skip to content

Commit

Permalink
Add missed changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz committed Nov 24, 2023
1 parent d0dc471 commit 914a9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/src/gui/colorlcd/themes/etx_lv_theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ static lv_theme_t theme;
// Copied from lv_style.h and modified to compile with ARM GCC C++
#define LV_STYLE_CONST_MULTI_INIT(var_name, prop_array) \
const lv_style_t var_name = {.v_p = {.const_props = prop_array}, \
.prop1 = LV_STYLE_PROP_ANY, \
.is_const = 0, \
.prop1 = 0, \
.is_const = 1, \
.has_group = 0xFF, \
.prop_cnt = 0}

Expand Down

0 comments on commit 914a9df

Please sign in to comment.