From 53aa406668762b6b849807852b26d425be46166d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 21 Dec 2013 23:57:44 +0100 Subject: [PATCH] docu fix --- include/gtimer/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gtimer/options.h b/include/gtimer/options.h index 96cc4b9f..881db138 100644 --- a/include/gtimer/options.h +++ b/include/gtimer/options.h @@ -35,7 +35,7 @@ #endif /** * @brief Defines the size of the timer threads work area (stack+structures). - * @details Defaults to 512 bytes + * @details Defaults to 2048 bytes */ #ifndef GTIMER_THREAD_WORKAREA_SIZE #define GTIMER_THREAD_WORKAREA_SIZE 2048