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: include/modem_ref.h
- Revision:
- 43:6e3b117f1d67
- Parent:
- 41:6f83174ffed4
- Child:
- 44:656cbcc7843b
--- a/include/modem_ref.h Fri Dec 14 10:03:17 2018 +0000 +++ b/include/modem_ref.h Fri Feb 08 17:43:02 2019 +0000 @@ -365,7 +365,7 @@ /// @param data : Pointer to the header data /// @param id : User ID //====================================================================== -public void modem_read_fprop(u8 fid, alp_file_header_t* data, u8 id); +public void modem_write_fprop(u8 fid, alp_file_header_t* data, u8 id); //====================================================================== // modem_write_fprop_root @@ -376,7 +376,7 @@ /// @param root_key : Pointer to the ROOT key /// @param id : User ID //====================================================================== -public void modem_read_fprop_root(u8 fid, alp_file_header_t* data, u8* root_key, u8 id); +public void modem_write_fprop_root(u8 fid, alp_file_header_t* data, u8* root_key, u8 id); //====================================================================== // modem_write_file