Increase the default stack size for the GTimer thread as for widgets demo under Win32 1024 bytes is not enough.

This commit is contained in:
inmarket 2013-12-21 15:14:17 +10:00
parent 86083b368d
commit e85780bc3f

View file

@ -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 1024 #define GTIMER_THREAD_WORKAREA_SIZE 2048
#endif #endif
/** @} */ /** @} */