forked from len0rd/rockbox
this function is not used by scrollwheel targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5edeade83b
commit
b628198499
1 changed files with 2 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ static int32_t backlight_getlang(int value, int unit)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_SCROLLWHEEL
|
||||||
static void scanaccel_formatter(char *buffer, size_t buffer_size,
|
static void scanaccel_formatter(char *buffer, size_t buffer_size,
|
||||||
int val, const char *unit)
|
int val, const char *unit)
|
||||||
{
|
{
|
||||||
|
|
@ -288,6 +289,7 @@ static void scanaccel_formatter(char *buffer, size_t buffer_size,
|
||||||
else
|
else
|
||||||
snprintf(buffer, buffer_size, "2x/%ds", val);
|
snprintf(buffer, buffer_size, "2x/%ds", val);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#if CONFIG_CODEC == SWCODEC
|
#if CONFIG_CODEC == SWCODEC
|
||||||
static void crossfeed_cross_set(int val)
|
static void crossfeed_cross_set(int val)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue