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
Diff: src/modem_ref.cpp
- Revision:
- 35:ac940cf8ebe6
- Parent:
- 34:137ae523ca43
- Child:
- 37:f5424d109c6d
diff -r 137ae523ca43 -r ac940cf8ebe6 src/modem_ref.cpp
--- a/src/modem_ref.cpp Wed Aug 29 15:30:30 2018 +0000
+++ b/src/modem_ref.cpp Thu Sep 06 10:41:51 2018 +0000
@@ -164,6 +164,8 @@
ASSERT(false,"ASSERT: Unsupported ALP URC: %d\n",r.meta.urc.type);
break;
default:
+ // This could be anything
+ // Let user deal with the payload
if (g_modem.cb->udata)
{
g_modem.cb->udata(payload, size);