- vfd_setup: re-disable vfd-stuff for zee

This commit is contained in:
svenhoefer
2012-07-15 20:41:29 +02:00
parent 044d32c846
commit aa64061cec

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