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_modem.cpp
- Revision:
- 59:b42eae56b51b
- Parent:
- 58:38a366236bda
- Child:
- 64:49a67f36d9c5
diff -r 38a366236bda -r b42eae56b51b src/d7a_modem.cpp --- a/src/d7a_modem.cpp Mon Sep 12 16:36:09 2016 +0000 +++ b/src/d7a_modem.cpp Fri Sep 23 15:00:41 2016 +0000 @@ -34,7 +34,7 @@ d7a_errors_t err; - g_modem_ctx.thread = new Thread(d7a_modem_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE); + g_modem_ctx.thread = new Thread(d7a_modem_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE*2); g_modem_ctx.booted = false; g_modem_ctx.nb_files = 0; g_modem_ctx.notif_done = nd;