driver/vfd.cpp: fix typo

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f65e59e22
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-07-18 14:45:26 +04:00
parent c0125ea7be
commit ee07163f67

View File

@@ -201,7 +201,7 @@ void CVFD::setled(int led1, int led2){
void CVFD::setBacklight(bool on_off)
{
f(cs_get_revision() != 9)
if(cs_get_revision() != 9)
return;
int led = on_off ? FP_LED_3_ON : FP_LED_3_OFF;