aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtimer
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-12-21 15:14:17 +1000
committerinmarket <andrewh@inmarket.com.au>2013-12-21 15:14:17 +1000
commite85780bc3fba26e34c1f3c72a5663302739b4077 (patch)
treecbf447f84ccacd0b6aaee621b929be79f62d54fa /include/gtimer
parent86083b368d93db6c00f1be2e058b3dc4396f1b52 (diff)
downloaduGFX-e85780bc3fba26e34c1f3c72a5663302739b4077.tar.gz
uGFX-e85780bc3fba26e34c1f3c72a5663302739b4077.tar.bz2
uGFX-e85780bc3fba26e34c1f3c72a5663302739b4077.zip
Increase the default stack size for the GTimer thread as for widgets demo under Win32 1024 bytes is not enough.
Diffstat (limited to 'include/gtimer')
-rw-r--r--include/gtimer/options.h2
1 files changed, 1 insertions, 1 deletions
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
/** @} */