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/alp_helpers.cpp
- Revision:
- 38:73ad040ae741
- Parent:
- 37:f5424d109c6d
- Child:
- 41:6f83174ffed4
--- a/src/alp_helpers.cpp Thu Oct 04 09:36:44 2018 +0000 +++ b/src/alp_helpers.cpp Thu Oct 04 09:58:18 2018 +0000 @@ -57,7 +57,7 @@ len += ALP_LFIELD_SIZE(offset) + ALP_LFIELD_SIZE(length); break; default: - ALP_ASSERT(false,"ASSERT: ALP: alp_size unsupported op %d\n",op); + //ALP_ASSERT(false,"ASSERT: ALP: alp_size unsupported op %d\n",op); break; } return len;