mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 07:30:57 +02:00
simple_display: fix compile for non-ARM_HARDWARE
Origin commit data
------------------
Commit: 6478789885
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)
Origin message was:
------------------
- simple_display: fix compile for non-ARM_HARDWARE
This commit is contained in:
@@ -75,7 +75,7 @@ static int proc_put(const char *path, bool state)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static int proc_put(const char, bool) {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