aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtimer
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-21 01:38:44 +0200
committerJoel Bodenmann <joel@unormal.org>2013-10-21 01:38:44 +0200
commitfeeea0a2badb25c48ba62ec0e6c0f37f33de2363 (patch)
tree88586ad3478557f5890a8b5baade3aee1d837e14 /include/gtimer
parentb1e7f46783816bfd72177f83747bbd3b586a050b (diff)
downloaduGFX-feeea0a2badb25c48ba62ec0e6c0f37f33de2363.tar.gz
uGFX-feeea0a2badb25c48ba62ec0e6c0f37f33de2363.tar.bz2
uGFX-feeea0a2badb25c48ba62ec0e6c0f37f33de2363.zip
increased default stack size of the GTimer thread
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 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
/** @} */