Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of d7a_1x by
Diff: src/d7a_sys.cpp
- Revision:
- 59:b42eae56b51b
- Parent:
- 58:38a366236bda
- Child:
- 76:fda2e34ff19d
--- a/src/d7a_sys.cpp Mon Sep 12 16:36:09 2016 +0000 +++ b/src/d7a_sys.cpp Fri Sep 23 15:00:41 2016 +0000 @@ -22,7 +22,7 @@ { FPRINT("\r\n"); - g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE); + g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE*2); return D7A_ERR_NONE; }