Update config.c
This commit is contained in:
parent
d2f53626ae
commit
4483b65b25
@ -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
|
||||
}
|
Reference in New Issue
Block a user