aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-21 01:38:44 +0200
committerinmarket <andrewh@inmarket.com.au>2013-10-21 07:58:17 +1000
commit51f4435cd10cdf4b629d524c425923b293263268 (patch)
tree29fc796540d9e7a3350958b26ca07c9c98425a89
parent25f769ba09bef54e5cccf40bb7ed9d7f3dcca8a1 (diff)
downloaduGFX-51f4435cd10cdf4b629d524c425923b293263268.tar.gz
uGFX-51f4435cd10cdf4b629d524c425923b293263268.tar.bz2
uGFX-51f4435cd10cdf4b629d524c425923b293263268.zip
increased default stack size of the GTimer thread
-rw-r--r--gfxconf.example.h2
-rw-r--r--include/gtimer/options.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 8414dbe0..44a8ecd2 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -173,7 +173,7 @@
#define GEVENT_MAXIMUM_SIZE 32
#define GEVENT_MAX_SOURCE_LISTENERS 32
#define GTIMER_THREAD_PRIORITY HIGH_PRIORITY
- #define GTIMER_THREAD_WORKAREA_SIZE 512
+ #define GTIMER_THREAD_WORKAREA_SIZE 1024
#define GADC_MAX_LOWSPEED_DEVICES 4
#define GWIN_BUTTON_LAZY_RELEASE FALSE
#define GWIN_CONSOLE_USE_BASESTREAM FALSE
diff --git a/include/gtimer/options.h b/include/gtimer/options.h
index 17358abe..8058ef1e 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 512
+ #define GTIMER_THREAD_WORKAREA_SIZE 1024
#endif
/** @} */