for (retry = 3; retry >= 0; retry--) { if (disk_mount(1)) /* mount SD-CARD */ { queue_broadcast(SYS_FS_CHANGED, 0); break; } }