vfd_setup: re-disable vfd-stuff for zee

Origin commit data
------------------
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
This commit is contained in:
vanhofen
2012-07-15 20:41:29 +02:00
parent 7cd602b0a1
commit 802aea5981

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()