increased default stack size of the GTimer thread
This commit is contained in:
parent
b1e7f46783
commit
feeea0a2ba
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@
|
||||||
#define GEVENT_MAXIMUM_SIZE 32
|
#define GEVENT_MAXIMUM_SIZE 32
|
||||||
#define GEVENT_MAX_SOURCE_LISTENERS 32
|
#define GEVENT_MAX_SOURCE_LISTENERS 32
|
||||||
#define GTIMER_THREAD_PRIORITY HIGH_PRIORITY
|
#define GTIMER_THREAD_PRIORITY HIGH_PRIORITY
|
||||||
#define GTIMER_THREAD_WORKAREA_SIZE 512
|
#define GTIMER_THREAD_WORKAREA_SIZE 1024
|
||||||
#define GADC_MAX_LOWSPEED_DEVICES 4
|
#define GADC_MAX_LOWSPEED_DEVICES 4
|
||||||
#define GWIN_BUTTON_LAZY_RELEASE FALSE
|
#define GWIN_BUTTON_LAZY_RELEASE FALSE
|
||||||
#define GWIN_CONSOLE_USE_BASESTREAM FALSE
|
#define GWIN_CONSOLE_USE_BASESTREAM FALSE
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
* @details Defaults to 512 bytes
|
* @details Defaults to 512 bytes
|
||||||
*/
|
*/
|
||||||
#ifndef GTIMER_THREAD_WORKAREA_SIZE
|
#ifndef GTIMER_THREAD_WORKAREA_SIZE
|
||||||
#define GTIMER_THREAD_WORKAREA_SIZE 512
|
#define GTIMER_THREAD_WORKAREA_SIZE 1024
|
||||||
#endif
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue