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:
- 26:2c934a269914
- Parent:
- 19:701d5669f2e9
- Child:
- 35:ac940cf8ebe6
--- a/src/alp_helpers.cpp Tue Feb 27 11:05:38 2018 +0000 +++ b/src/alp_helpers.cpp Mon Mar 05 09:55:27 2018 +0000 @@ -52,6 +52,7 @@ case ALP_OPCODE_F_WR_DATA: case ALP_OPCODE_RSP_F_DATA: len = length; + /* FALLTHRU */ case ALP_OPCODE_F_RD_DATA: len += ALP_LFIELD_SIZE(offset) + ALP_LFIELD_SIZE(length); break;