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.
Fork of d7a_1x by
Diff: src/d7a_modem.cpp
- Revision:
- 38:c1e7f97ab396
- Parent:
- 37:e04613e021f2
- Child:
- 40:b4df548bd9d8
- Child:
- 43:28202405094d
diff -r e04613e021f2 -r c1e7f97ab396 src/d7a_modem.cpp --- a/src/d7a_modem.cpp Wed Aug 24 17:31:51 2016 +0000 +++ b/src/d7a_modem.cpp Thu Aug 25 09:38:40 2016 +0000 @@ -159,7 +159,7 @@ // retrieve local properties d7a_fs_get_properties(rparams->bf.fid, KAL_FS_PROP_ALL, &props); // create a remote Host file matching our local one - props.type = HOST; + props.type |= HOST; g_modem_ctx.status = d7a_fs_distant_create(rparams->bf.fid, &props); }