mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
Compare commits
2 commits
c9c6fde6eb
...
a1b7e7b134
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1b7e7b134 | ||
|
|
eafcbd3fd6 |
2 changed files with 2 additions and 1 deletions
|
|
@ -1283,7 +1283,7 @@ static int disk_callback(int btn, struct gui_synclist *lists)
|
|||
|
||||
if ((btn == ACTION_STD_OK) || (btn == SYS_FS_CHANGED) || (btn == ACTION_REDRAW))
|
||||
{
|
||||
#ifdef HAVE_HOTSWAP
|
||||
#if NUM_DRIVES > 1
|
||||
if (btn == ACTION_STD_OK)
|
||||
{
|
||||
*cardnum ^= 0x1; /* change cards */
|
||||
|
|
|
|||
|
|
@ -639,6 +639,7 @@ static int sdmmc_host_device_init(struct sdmmc_host *host)
|
|||
}
|
||||
|
||||
host->initialized = true;
|
||||
host->cardinfo.initialized = true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue