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

ugfx_release_2.6
inmarket 2013-12-21 15:14:17 +10:00
parent 86083b368d
commit e85780bc3f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
* @details Defaults to 512 bytes
*/
#ifndef GTIMER_THREAD_WORKAREA_SIZE
#define GTIMER_THREAD_WORKAREA_SIZE 1024
#define GTIMER_THREAD_WORKAREA_SIZE 2048
#endif
/** @} */