Dozingfiretruck 10 месяцев назад
Родитель
Сommit
820233b092
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      components/lcd/luat_lib_lcd.c

+ 0 - 2
components/lcd/luat_lib_lcd.c

@@ -209,8 +209,6 @@ static int l_lcd_init(lua_State* L) {
             lua_pushstring(L, "rb_swap");
             if (LUA_TBOOLEAN == lua_gettable(L, 2)) {
                 conf->opts->rb_swap = lua_toboolean(L, -1);
-            } else {
-            	conf->opts->rb_swap = 0;
             }
             lua_pop(L, 1);