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:
- 34:1311cc53201a
- Parent:
- 30:d775c1409849
- Child:
- 43:28202405094d
diff -r f9a542d3efaa -r 1311cc53201a include/d7a_modem.h --- a/include/d7a_modem.h Fri Jun 24 10:11:19 2016 +0000 +++ b/include/d7a_modem.h Mon Aug 22 13:47:39 2016 +0000 @@ -132,7 +132,7 @@ void d7a_modem_new_pkt(d7a_com_rx_msg_t* pkt); d7a_com_rx_msg_t* d7a_modem_wait_pkt( uint32_t millisec = osWaitForever ); void d7a_modem_msg(uint8_t value, uint8_t* buf, uint8_t len); -bool d7a_modem_register_file(uint8_t fid, uint8_t retry_policy); +bool d7a_modem_register_file(uint8_t fid, uint8_t retry_policy = 0); void d7a_modem_notify_file(uint8_t fid, uint32_t offset, uint32_t length); void d7a_modem_print_infos(void);
