driver/vfd.cpp: init mode variable in ctor

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5dbe8c6464
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-02 17:47:04 +04:00
parent d86a39b04e
commit 09ab0d8699

View File

@@ -67,6 +67,7 @@ CVFD::CVFD()
}
text[0] = 0;
clearClock = 0;
mode = MODE_TVRADIO;
}
CVFD::~CVFD()