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_modem.h
- Revision:
- 49:81d5bddb02f0
- Parent:
- 46:665391110051
- Child:
- 50:30440c9aeb7c
--- a/include/d7a_modem.h Fri Sep 02 10:07:12 2016 +0000 +++ b/include/d7a_modem.h Fri Sep 02 16:08:09 2016 +0000 @@ -104,7 +104,7 @@ } notify_file_param_t; -d7a_errors_t d7a_modem_open(PinName reset_pin = NC); +d7a_errors_t d7a_modem_open(PinName reset_pin, NotifDoneFunction nd); d7a_errors_t d7a_modem_reset(void); d7a_errors_t d7a_modem_wait_ready(uint32_t millisec = osWaitForever); void d7a_modem_new_pkt(d7a_com_rx_msg_t* pkt);
