mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user