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_alp.cpp
- Revision:
- 69:18852c154df9
- Parent:
- 67:9ac9d109b80a
- Child:
- 70:07b378285c95
--- a/src/d7a_alp.cpp Wed Oct 26 15:06:05 2016 +0000 +++ b/src/d7a_alp.cpp Thu Nov 03 09:45:18 2016 +0000 @@ -29,7 +29,7 @@ FPRINT("\r\n"); g_alp_ctx.uns_msg = uns_msg; - g_alp_ctx.thread = new Thread(d7a_alp_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE); + g_alp_ctx.thread = new Thread(d7a_alp_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE*4); return D7A_ERR_NONE; }