mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
HAVE_RECORDING rather than mas-type defines recording ability
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5748 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0d6b11d5a
commit
6ff399faba
1 changed files with 1 additions and 1 deletions
|
|
@ -1530,7 +1530,7 @@ bool set_option(const char* string, void* variable, enum optiontype type,
|
|||
return false;
|
||||
}
|
||||
|
||||
#if CONFIG_HWCODEC == MAS3587F
|
||||
#ifdef HAVE_RECORDING
|
||||
/* This array holds the record timer interval lengths, in seconds */
|
||||
static const unsigned long rec_timer_seconds[] =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue