mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -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;
|
return last_disk_activity;
|
||||||
}
|
}
|
||||||
|
#endif /* BOOTLOADER */
|
||||||
|
|
||||||
tCardInfo *card_get_info_target(int card_no)
|
tCardInfo *card_get_info_target(int card_no)
|
||||||
{
|
{
|
||||||
(void)card_no;
|
(void)card_no;
|
||||||
return &card_info;
|
return &card_info;
|
||||||
}
|
}
|
||||||
#endif /* BOOTLOADER */
|
|
||||||
|
|
||||||
#ifdef HAVE_HOTSWAP
|
#ifdef HAVE_HOTSWAP
|
||||||
/* Not complete and disabled in config */
|
/* Not complete and disabled in config */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue