Compare commits

..

No commits in common. "a1b7e7b1345f3e3d1f9616581851b1b8807fab68" and "c9c6fde6ebb99191eb947e74d19e95595600b1c2" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -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 */

View file

@ -639,7 +639,6 @@ static int sdmmc_host_device_init(struct sdmmc_host *host)
}
host->initialized = true;
host->cardinfo.initialized = true;
return 0;
}