mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 23:50:58 +02:00
fix build for boxtype "generic"
Origin commit data
------------------
Commit: 0061aac2b3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-06 (Sat, 06 Oct 2012)
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
#define DISPLAY_DEV "/proc/vfd"
|
||||
#define LED_DEV "/proc/led"
|
||||
#endif
|
||||
#if HAVE_GENERIC_HARDWARE
|
||||
#define DISPLAY_DEV "/dev/null"
|
||||
#endif
|
||||
|
||||
static char volume = 0;
|
||||
//static char percent = 0;
|
||||
@@ -436,8 +439,7 @@ void CLCD::Clear()
|
||||
close(fd);
|
||||
printf("spark_led:%s\n", __func__);
|
||||
}
|
||||
#endif
|
||||
#if HAVE_AZBOX_HARDWARE
|
||||
#else
|
||||
void CLCD::Clear()
|
||||
{
|
||||
display(" ", false);
|
||||
|
Reference in New Issue
Block a user