From feeea0a2badb25c48ba62ec0e6c0f37f33de2363 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 21 Oct 2013 01:38:44 +0200 Subject: increased default stack size of the GTimer thread --- 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 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 /** @} */ -- cgit v1.2.3