From 4483b65b25dabae7a18f580a7be525d0b137f885 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Tue, 10 May 2016 01:38:08 +0200 Subject: [PATCH] Update config.c --- source/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/config.c b/source/config.c index 0e2e427..cb59581 100644 --- a/source/config.c +++ b/source/config.c @@ -187,5 +187,5 @@ void configureCFW(const char *configPath) } u64 t0 = chrono(); - while(chrono() - t0 < 2 * TICKS_PER_SEC); //wait for 1.5s -} \ No newline at end of file + while(chrono() - t0 < 2 * TICKS_PER_SEC); //wait for 2s +}