mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- simple_display: fix compile for non-ARM_HARDWARE
Conflicts: src/driver/simple_display.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -80,7 +80,7 @@ static int proc_put(const char *path, bool state)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static int proc_put(const char *path, bool state) {return 0;}
|
static int proc_put(const char *, bool) {return 0;}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static char volume = 0;
|
static char volume = 0;
|
||||||
|
Reference in New Issue
Block a user