vfd_setup: re-disable vfd-stuff for zee

Origin commit data
------------------
Branch: ni/coolstream
Commit: aa64061cec
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)

Origin message was:
------------------
- vfd_setup: re-disable vfd-stuff for zee

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2012-07-15 20:41:29 +02:00
parent 966a5ade8d
commit 52493446f3

View File

@@ -53,7 +53,7 @@ CVfdSetup::CVfdSetup()
{
width = w_max (40, 10);
dim_time = NULL;
vfd_enabled = true; //(cs_get_revision() != 10);
vfd_enabled = (cs_get_revision() != 10);
}
CVfdSetup::~CVfdSetup()