From e85780bc3fba26e34c1f3c72a5663302739b4077 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 21 Dec 2013 15:14:17 +1000 Subject: Increase the default stack size for the GTimer thread as for widgets demo under Win32 1024 bytes is not enough. --- include/gtimer/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gtimer') diff --git a/include/gtimer/options.h b/include/gtimer/options.h index 8058ef1e..96cc4b9f 100644 --- a/include/gtimer/options.h +++ b/include/gtimer/options.h @@ -38,7 +38,7 @@ * @details Defaults to 512 bytes */ #ifndef GTIMER_THREAD_WORKAREA_SIZE - #define GTIMER_THREAD_WORKAREA_SIZE 1024 + #define GTIMER_THREAD_WORKAREA_SIZE 2048 #endif /** @} */ -- cgit v1.2.3