- simplify some more USE_STB_HAL defines

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-26 22:42:57 +01:00
committed by Thilo Graf
parent d4abd1edbb
commit b823f456ca
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ const lcd_setting_struct_t lcd_setting[SNeutrinoSettings::LCD_SETTING_COUNT] =
{"lcd_show_volume" , DEFAULT_LCD_SHOW_VOLUME },
{"lcd_autodimm" , DEFAULT_LCD_AUTODIMM },
{"lcd_deepbrightness" , DEFAULT_VFD_STANDBYBRIGHTNESS }
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
#if USE_STB_HAL
,{ "lcd_epgmode" , 0 /*DEFAULT_LCD_EPGMODE*/ }
#endif
};

View File

@@ -785,7 +785,7 @@ struct SNeutrinoSettings
LCD_SHOW_VOLUME ,
LCD_AUTODIMM ,
LCD_DEEPSTANDBY_BRIGHTNESS,
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
#if USE_STB_HAL
LCD_EPGMODE ,
#endif
LCD_SETTING_COUNT