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:
- 68:d2778c6abf1a
- Parent:
- 67:9ac9d109b80a
- Child:
- 71:f03727ff0f99
--- a/include/d7a.h Wed Oct 26 10:01:26 2016 +0000 +++ b/include/d7a.h Wed Oct 26 15:06:05 2016 +0000 @@ -1,9 +1,9 @@ #ifndef _D7A_H_ #define _D7A_H_ +#include "rtos.h" #include "d7a_common.h" - //====================================================================== // Defines //====================================================================== @@ -561,7 +561,7 @@ //====================================================================== // d7a_free_msg //---------------------------------------------------------------------- -/// @brief Free the modem infos +/// @brief Free the message /// @param msg message to free //====================================================================== void d7a_free_msg(d7a_msg_t** msg); @@ -581,7 +581,12 @@ //====================================================================== void d7a_modem_print_infos(void); - +//====================================================================== +// d7a_modem_print_infos +//---------------------------------------------------------------------- +/// @brief Wait for modem to finish boot +//====================================================================== +d7a_errors_t d7a_wait_ready(uint32_t millisec = osWaitForever); #endif // _D7A_H_ \ No newline at end of file