docu fix
This commit is contained in:
parent
20854bd69f
commit
53aa406668
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
#endif
|
#endif
|
||||||
/**
|
/**
|
||||||
* @brief Defines the size of the timer threads work area (stack+structures).
|
* @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
|
#ifndef GTIMER_THREAD_WORKAREA_SIZE
|
||||||
#define GTIMER_THREAD_WORKAREA_SIZE 2048
|
#define GTIMER_THREAD_WORKAREA_SIZE 2048
|
||||||
|
|
Loading…
Add table
Reference in a new issue