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.
Dependents: modem_ref_helper_for_v5_3_217 modem_ref_helper
Revision 17:8ce53c6e0350, committed 2022-03-10
- Comitter:
- Jeej
- Date:
- Thu Mar 10 09:40:23 2022 +0000
- Parent:
- 16:32c006e829df
- Commit message:
- Increase cb stack size
Changed in this revision
| WizziCom.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/WizziCom.cpp Thu Oct 28 13:43:59 2021 +0000
+++ b/WizziCom.cpp Thu Mar 10 09:40:23 2022 +0000
@@ -194,7 +194,7 @@
_irq_in_int(0),
_rx_thread(osPriorityHigh, 512, NULL, "wzc_rx"),
_tx_thread(osPriorityHigh, 512, NULL, "wzc_tx"),
-_cb_thread(osPriorityHigh, 512, NULL, "wzc_cb")
+_cb_thread(osPriorityHigh, 1024, NULL, "wzc_cb")
{
_tx_seq = 0;
_rx_seq = 0;