forked from len0rd/rockbox
Fix unused function warning
Change-Id: I6252a6db2a0f9cdd3d0c18262b5809856a5bd977
This commit is contained in:
parent
1c96d51717
commit
a1bf19de36
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,8 @@ static uint32_t nand_timeout(long timeout)
|
|||
}
|
||||
}
|
||||
|
||||
// unused
|
||||
#if 0
|
||||
static uint32_t nand_wait_rbbdone(void)
|
||||
{
|
||||
long timeout = current_tick + HZ / 50;
|
||||
|
@ -134,6 +136,7 @@ static uint32_t nand_wait_rbbdone(void)
|
|||
FMCSTAT = FMCSTAT_RBBDONE;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
static uint32_t nand_wait_cmddone(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue