mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rk27xx: fix red in bootloaders, introduced in c31518201c
Change-Id: I1396e16161df80757d9de6aee6cce6be9ba80c67
This commit is contained in:
parent
e4a16c23ee
commit
efdf78e976
1 changed files with 1 additions and 1 deletions
|
|
@ -701,13 +701,13 @@ long sd_last_disk_activity(void)
|
|||
{
|
||||
return last_disk_activity;
|
||||
}
|
||||
#endif /* BOOTLOADER */
|
||||
|
||||
tCardInfo *card_get_info_target(int card_no)
|
||||
{
|
||||
(void)card_no;
|
||||
return &card_info;
|
||||
}
|
||||
#endif /* BOOTLOADER */
|
||||
|
||||
#ifdef HAVE_HOTSWAP
|
||||
/* Not complete and disabled in config */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue