mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
Compare commits
No commits in common. "a1b7e7b1345f3e3d1f9616581851b1b8807fab68" and "c9c6fde6ebb99191eb947e74d19e95595600b1c2" have entirely different histories.
a1b7e7b134
...
c9c6fde6eb
2 changed files with 1 additions and 2 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))
|
||||
{
|
||||
#if NUM_DRIVES > 1
|
||||
#ifdef HAVE_HOTSWAP
|
||||
if (btn == ACTION_STD_OK)
|
||||
{
|
||||
*cardnum ^= 0x1; /* change cards */
|
||||
|
|
|
|||
|
|
@ -639,7 +639,6 @@ 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