mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
simple_display: fix compile for non-ARM_HARDWARE
Conflicts:
src/driver/simple_display.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: f7c0cd69d1
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)
Origin message was:
------------------
- simple_display: fix compile for non-ARM_HARDWARE
Conflicts:
src/driver/simple_display.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
This commit is contained in:
@@ -80,7 +80,7 @@ static int proc_put(const char *path, bool state)
|
||||
return ret;
|
||||
}
|
||||
#else
|
||||
static int proc_put(const char *path, bool state) {return 0;}
|
||||
static int proc_put(const char *, bool) {return 0;}
|
||||
#endif
|
||||
|
||||
static char volume = 0;
|
||||
|
Reference in New Issue
Block a user