WizziLab's serial protocol library

Dependents:   modem_ref_helper_for_v5_3_217 modem_ref_helper

Files at this revision

API Documentation at this revision

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;