Revert "- simplify some more USE_STB_HAL defines"

This reverts commit 82a9223e1a because
the private linux dvb headers were changed by mistake.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2de2cdde23
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-26 (Wed, 26 Dec 2018)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-26 23:11:15 +01:00
parent 82a9223e1a
commit 33298bd925
5 changed files with 131 additions and 139 deletions

View File

@@ -306,7 +306,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 USE_STB_HAL
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
,{ "lcd_epgmode" , 0 /*DEFAULT_LCD_EPGMODE*/ }
#endif
};