driver/vfd.cpp: fix typo

This commit is contained in:
[CST] Focus
2013-07-18 14:45:26 +04:00
parent c337d26f99
commit 6f65e59e22

View File

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