From d502fce7d4db492690e39c72fc029aa05a65057d Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 19 May 2012 16:38:56 +0200 Subject: More improvements in FWIK - more strings, Dir class, ... --- src/user/app/test/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/user/app/test') diff --git a/src/user/app/test/main.c b/src/user/app/test/main.c index e691d6f..d235c57 100644 --- a/src/user/app/test/main.c +++ b/src/user/app/test/main.c @@ -43,8 +43,8 @@ int main(char** args) { printk("\n"); } - printk("(test) Creating thread cascade (total 2**6 = 64 threads)\n"); - thread_new(thread_cascade, (void*)6); + printk("(test) Creating thread cascade (total 2**5 = 32 threads)\n"); + thread_new(thread_cascade, (void*)5); while (1) { thread_sleep(100); -- cgit v1.2.3