mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +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)
|
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;
|
||||||
|
Reference in New Issue
Block a user