- 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:
svenhoefer
2017-11-13 10:10:45 +01:00
committed by Thilo Graf
parent 833aed00fc
commit f7c0cd69d1

View File

@@ -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;