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:
- 24:3d8dd1d6e3de
- Parent:
- 23:5553f9541759
- Child:
- 25:14c01b9fc04d
--- a/src/modem_ref.cpp Wed Jan 31 11:34:16 2018 +0000
+++ b/src/modem_ref.cpp Wed Jan 31 11:37:58 2018 +0000
@@ -80,7 +80,7 @@
case WC_FLOW_ALP_UNS:
case WC_FLOW_ALP_CMD:
rem -= alp_parse_chunk(&p, &r);
- PRINT_DATA("", "%02X", p, rem, "\n");
+ //PRINT_DATA("", "%02X", p, rem, "\n");
// This should always be a TAG'ed request in case of FS access...
if (r.type == ALP_OPCODE_TAG)
{