aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-21 23:57:44 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-21 23:57:44 +0100
commit53aa406668762b6b849807852b26d425be46166d (patch)
treef4208304a8491c43c5c329a635d0fb88aa7c0b50
parent20854bd69f6737a54459f428f4bf6a199d8a8102 (diff)
downloaduGFX-53aa406668762b6b849807852b26d425be46166d.tar.gz
uGFX-53aa406668762b6b849807852b26d425be46166d.tar.bz2
uGFX-53aa406668762b6b849807852b26d425be46166d.zip
docu fix
-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 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