mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
driver/vfd.cpp: init timeout_cnt, to fix random vfd dimm
This commit is contained in:
@@ -72,6 +72,7 @@ CVFD::CVFD()
|
|||||||
clearClock = 0;
|
clearClock = 0;
|
||||||
mode = MODE_TVRADIO;
|
mode = MODE_TVRADIO;
|
||||||
switch_name_time_cnt = 0;
|
switch_name_time_cnt = 0;
|
||||||
|
timeout_cnt = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
CVFD::~CVFD()
|
CVFD::~CVFD()
|
||||||
|
Reference in New Issue
Block a user