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: include/d7a.h
- Revision:
- 60:8d4133fbc060
- Parent:
- 59:b42eae56b51b
- Child:
- 61:87be16080640
--- a/include/d7a.h Fri Sep 23 15:00:41 2016 +0000 +++ b/include/d7a.h Mon Sep 26 12:42:32 2016 +0000 @@ -539,8 +539,21 @@ const uint32_t offset = 0, const uint32_t size = 0); +//====================================================================== +// d7a_free_msg +//---------------------------------------------------------------------- +/// @brief Free the modem infos +/// @param msg message to free +//====================================================================== +void d7a_free_msg(d7a_msg_t** msg); -void d7a_free_msg(d7a_msg_t** msg); +//====================================================================== +// d7a_print_msg +//---------------------------------------------------------------------- +/// @brief Prints the message +/// @param msg message to print +//====================================================================== +void d7a_print_msg(d7a_msg_t** msg); //====================================================================== // d7a_modem_print_infos