Update config.c

This commit is contained in:
TuxSH 2016-05-10 01:38:08 +02:00
parent d2f53626ae
commit 4483b65b25

View File

@ -187,5 +187,5 @@ void configureCFW(const char *configPath)
}
u64 t0 = chrono();
while(chrono() - t0 < 2 * TICKS_PER_SEC); //wait for 1.5s
}
while(chrono() - t0 < 2 * TICKS_PER_SEC); //wait for 2s
}