forked from len0rd/rockbox
Change an #ifdef CONFIG_TUNER into #if CONFIG_TUNER (CONFIG_TUNER is always defined, just 0 if no there is no tuner)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28536 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23cf4ad82f
commit
0322ab1d19
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ static const struct button_mapping* get_context_mapping_remote( int context )
|
|||
case CONTEXT_CUSTOM|CONTEXT_TREE:
|
||||
return remote_button_context_tree;
|
||||
|
||||
#ifdef CONFIG_TUNER
|
||||
#if CONFIG_TUNER
|
||||
case CONTEXT_FM:
|
||||
return remote_button_context_radio;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue